REFERENCE MANUAL
#include <hps.h>
Public Member Functions | |
Event * | Clone () const |
virtual bool | Equals (InformationEvent const &in_that) const |
InformationEvent () | |
InformationEvent (char const *in_message) | |
InformationEvent (char const *in_message, Info::Code in_code) | |
InformationEvent (Event const &in_event) | |
virtual bool | operator!= (InformationEvent const &in_that) const |
virtual bool | operator== (InformationEvent const &in_that) const |
![]() | |
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 | |
Info::Code | code |
The warning code for this InformationEvent. | |
UTF8 | message |
The warning information for this WarningEvent. | |
Additional Inherited Members | |
![]() | |
enum | Status { 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 |
The InformationEvent class is the event that will be generated if an asynchronous informational message occurs.
|
inline |
The default constructor creates a InformationEvent object with an empty message and code of Unknown.
|
inline |
This constructor creates a InformationEvent object with a specified information and code of Unknown.
in_message | A message describing the nature of the information. |
|
inline |
This constructor creates a InformationEvent object with a specified information and code.
in_message | A message describing the nature of the information. |
in_code | A code describing the nature of the information. |
|
inline |
This constructor converts an Event Object to a InformationEvent object.
References Event::GetChannel(), and message.
|
inlinevirtual |
Allocates and returns a copy of this InformationEvent.
Implements Event.
|
inlinevirtual |
|
inlinevirtual |
Check if the source object is not equivalent to this object.
in_kit | The source object to compare to this object. |
|
inlinevirtual |
Check if the source object is equivalent to this object.
in_kit | The source object to compare to this object. |