#include <hps.h>
The InformationEvent class is the event that will be generated if an asynchronous informational message occurs.
◆ InformationEvent() [1/4]
HPS::InformationEvent::InformationEvent |
( |
| ) |
|
|
inline |
The default constructor creates a InformationEvent object with an empty message and code of Unknown.
◆ InformationEvent() [2/4]
HPS::InformationEvent::InformationEvent |
( |
char const * |
in_message | ) |
|
This constructor creates a InformationEvent object with a specified information and code of Unknown.
- Parameters
-
in_message | A message describing the nature of the information. |
◆ InformationEvent() [3/4]
HPS::InformationEvent::InformationEvent |
( |
char const * |
in_message, |
|
|
HPS::Info::Code |
in_code |
|
) |
| |
This constructor creates a InformationEvent object with a specified information and code.
- Parameters
-
in_message | A message describing the nature of the information. |
in_code | A code describing the nature of the information. |
◆ InformationEvent() [4/4]
HPS::InformationEvent::InformationEvent |
( |
Event const & |
in_event | ) |
|
|
inline |
◆ Clone()
Event* HPS::InformationEvent::Clone |
( |
| ) |
const |
|
inlinevirtual |
◆ Equals()
virtual bool HPS::InformationEvent::Equals |
( |
InformationEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is equivalent to this object.
- Parameters
-
in_that | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
◆ operator!=()
virtual bool HPS::InformationEvent::operator!= |
( |
InformationEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is not equivalent to this object.
- Parameters
-
in_that | The source object to compare to this object. |
- Returns
- true if the objects are not equivalent, false otherwise.
◆ operator==()
virtual bool HPS::InformationEvent::operator== |
( |
InformationEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is equivalent to this object.
- Parameters
-
in_that | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file: