#include <hps.h>
Public Member Functions | |
UpdateCompletedEvent () | |
UpdateCompletedEvent (Time in_update_time) | |
UpdateCompletedEvent (Event const &in_event) | |
Event * | Clone () const |
![]() | |
Event (intptr_t in_channel=0) | |
intptr_t | GetClassID () const |
virtual bool | Drop (Event const *in_that_event) const |
virtual intptr_t | Freshen () const |
intptr_t | GetChannel () const |
Time | GetTimeStamp () const |
bool | IsConsumable () const |
Public Attributes | |
Time | update_time |
Additional Inherited Members | |
![]() | |
enum | Status { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void * | operator new (size_t in_size) |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
![]() | |
intptr_t | channel |
bool | consumable |
The UpdateCompletedEvent class is the event that is generated when an update is completed
|
inline |
The default constructor creates a UpdateCompletedEvent.
|
inline |
The constructor creates a UpdateCompletedEvent.
|
inline |
This constructor converts an Event Object to an UpdateCompletedEvent object.
|
inlinevirtual |
Allocates and returns a copy of this UpdateCompletedEvent.
Implements HPS::Event.