#include <hps.h>
Public Member Functions | |
intptr_t | GetClassID () const |
Public Attributes | |
HPS::ByteArray | non_db_user_data |
The ExportEvent class is the base class for events signaled during Stream export.
intptr_t HPS::Stream::ExportEvent::GetClassID | ( | ) | const |
Returns a unique identifier that is shared by all objects of the same class.
HPS::ByteArray HPS::Stream::ExportEvent::non_db_user_data |
A HPS::ByteArray where the user may store data that is not associated with the database to be export by Stream. On import, this data will be reported to the user through a HPS::Stream::NonDBuserDataEvent