Sparksee  6.0.2
TypeExporterEvent Class Reference

Provides information about the progress of an TypeExproter instance. More...

Public Member Functions

virtual ~TypeExporterEvent ()
 Destructor.
 
sparksee::gdb::type_t GetTypeId () const
 Gets the type identifier. More...
 
sparksee::gdb::int64_t GetCount () const
 Gets the current number of objects exported. More...
 
sparksee::gdb::int64_t GetTotal () const
 Gets the total number of objects exported. More...
 
sparksee::gdb::bool_t IsLast () const
 Gets if this is the last event or not. More...
 

Friends

class TypeExporter
 

Detailed Description

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

Member Function Documentation

sparksee::gdb::int64_t TypeExporterEvent::GetCount ( ) const
inline

Gets the current number of objects exported.

Returns
The current number of objects exported.
sparksee::gdb::int64_t TypeExporterEvent::GetTotal ( ) const
inline

Gets the total number of objects exported.

Returns
The total number of objects exported.
sparksee::gdb::type_t TypeExporterEvent::GetTypeId ( ) const
inline

Gets the type identifier.

Returns
The type identifier.
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.

References operator<<().


The documentation for this class was generated from the following file: