Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Defines the event handler identifier type. More...
#include <event_aggregator.h>
Public Member Functions | |
EventHandlerIdentifier ()=delete | |
EventHandlerIdentifier (std::string identifier) | |
Initialises a new instance of the EventHandlerIdentifier structure. More... | |
const std::string | str () const noexcept |
Gets the event handle identifier string representation. More... | |
auto | operator<=> (const EventHandlerIdentifier &other) const =default |
Compare this instance with other EventHandlerIdentifier instance. More... | |
Defines the event handler identifier type.
|
delete |
|
inline |
Initialises a new instance of the EventHandlerIdentifier structure.
identifier | The event unique identifier |
std::invalid_argument | for empty event handler identifier |
|
default |
Compare this instance with other EventHandlerIdentifier instance.
other | The other instance to compare |
|
inlinenoexcept |
Gets the event handle identifier string representation.