#include <hps.h>
Public Member Functions | |
UserDataImportEvent (HPS::Key &in_key, intptr_t in_index, size_t in_count, HPS::byte const in_data[]) | |
![]() | |
intptr_t | GetClassID () const |
Public Attributes | |
intptr_t | index |
HPS::Key | key |
HPS::ByteArray | user_data |
This class indicates that user data contained within the database (associated with either a segment or geometry key) is being imported by Stream.
HPS::ByteArray HPS::Stream::UserDataImportEvent::user_data |
An HPS::ByteArray of user data that is associated with the database.