Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Stream::ExportEvent Class Reference

The ExportEvent class is the base class for events signaled during Stream export. More...

#include <hps.h>

Inheritance diagram for HPS::Stream::ExportEvent:
Collaboration diagram for HPS::Stream::ExportEvent:

Public Member Functions

virtual ~ExportEvent ()
 
intptr_t GetClassID () const
 Returns a unique identifier that is shared by all objects of the same class. More...
 

Public Attributes

HPS::ByteArray 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. More...
 

Protected Member Functions

 ExportEvent ()
 

Detailed Description

The ExportEvent class is the base class for events signaled during Stream export.

Constructor & Destructor Documentation

◆ ExportEvent()

HPS::Stream::ExportEvent::ExportEvent ( )
inlineprotected

◆ ~ExportEvent()

virtual HPS::Stream::ExportEvent::~ExportEvent ( )
virtual

Member Function Documentation

◆ GetClassID()

intptr_t HPS::Stream::ExportEvent::GetClassID ( ) const

Returns a unique identifier that is shared by all objects of the same class.

Member Data Documentation

◆ non_db_user_data

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


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