|
Sparksee 6.1.0
|
Provides information about the progress of a TypeLoader instance. More...
#include <TypeLoader.h>
Public Member Functions | |
| virtual | ~TypeLoaderEvent () |
| Destructor. | |
| sparksee::gdb::type_t | GetTypeId () const |
| Gets the type identifier. | |
| sparksee::gdb::int64_t | GetCount () const |
| Gets the current number of objects created. | |
| sparksee::gdb::int32_t | GetPhase () const |
| Gets the current phase. | |
| sparksee::gdb::int32_t | GetTotalPhases () const |
| Gets the total number of phases. | |
| sparksee::gdb::int32_t | GetPartition () const |
| Gets the current partition. | |
| sparksee::gdb::int32_t | GetTotalPartitions () const |
| Gets the total number of partitions. | |
| sparksee::gdb::int32_t | GetTotalPartitionSteps () const |
| Gets the total number of steps in the current partition. | |
| sparksee::gdb::bool_t | IsLast () const |
| Gets if this is the last event or not. | |
Friends | |
| class | TypeLoader |
Provides information about the progress of a TypeLoader instance.
Check out the 'Data import' section in the SPARKSEE User Manual for more details on this.