HPS::ImportStatusEvent Class Reference
#include <hps.h>
Inheritance diagram for HPS::ImportStatusEvent:

Public Member Functions | |
Event * | Clone () const |
ImportStatusEvent () | |
ImportStatusEvent (char const *in_message) | |
ImportStatusEvent (Event const &in_event) | |
![]() | |
virtual bool | Drop (Event const *in_that_event) const |
Event (intptr_t in_channel=0) | |
virtual intptr_t | Freshen () const |
intptr_t | GetChannel () const |
intptr_t | GetClassID () const |
Time | GetTimeStamp () const |
bool | IsConsumable () const |
Public Attributes | |
HPS::UTF8 | import_status_message |
Additional Inherited Members | |
![]() | |
enum | Status : uint32_t { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
static void * | operator new (size_t in_size) |
![]() | |
intptr_t | channel |
bool | consumable |
Detailed Description
The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on
Constructor & Destructor Documentation
◆ ImportStatusEvent() [1/2]
|
inline |
The default constructor creates a ImportStatusEvent.
◆ ImportStatusEvent() [2/2]
|
inline |
This constructor converts an Event Object to an ImportStatusEvent object.
Member Function Documentation
◆ Clone()
|
inlinevirtual |
Allocates and returns a copy of this ImportStatusEvent.
- Returns
- A copy of this ImportStatusEvent.
Implements HPS::Event.
The documentation for this class was generated from the following file:
- include/hps.h