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