Provides information about the progress of an TypeExproter instance.
More...
#include <TypeExporter.h>
|
|
virtual | ~TypeExporterEvent () |
| | Destructor.
|
| sparksee::gdb::type_t | GetTypeId () const |
| | Gets the type identifier.
|
| sparksee::gdb::int64_t | GetCount () const |
| | Gets the current number of objects exported.
|
| sparksee::gdb::int64_t | GetTotal () const |
| | Gets the total number of objects exported.
|
| sparksee::gdb::bool_t | IsLast () const |
| | Gets if this is the last event or not.
|
Provides information about the progress of an TypeExproter instance.
Check out the 'Data export' section in the SPARKSEE User Manual for more details on this.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
◆ GetCount()
| sparksee::gdb::int64_t TypeExporterEvent::GetCount |
( |
| ) |
const |
|
inline |
Gets the current number of objects exported.
- Returns
- The current number of objects exported.
◆ GetTotal()
| sparksee::gdb::int64_t TypeExporterEvent::GetTotal |
( |
| ) |
const |
|
inline |
Gets the total number of objects exported.
- Returns
- The total number of objects exported.
◆ GetTypeId()
| sparksee::gdb::type_t TypeExporterEvent::GetTypeId |
( |
| ) |
const |
|
inline |
Gets the type identifier.
- Returns
- The type identifier.
◆ IsLast()
| sparksee::gdb::bool_t TypeExporterEvent::IsLast |
( |
| ) |
const |
|
inline |
Gets if this is the last event or not.
- Returns
- TRUE if this is the last event, FALSE otherwise.
The documentation for this class was generated from the following file: