B2BITS FIX Antenna HFT
1.0.16
|
Represents debug message. More...
#include <B2BITS_Event.h>
Public Member Functions | |
DebugMessage (const std::string &msg) | |
Constructor. More... | |
virtual Type | getType () const B2B_OVERRIDE |
Returns the event type. More... | |
virtual const std::string * | what () const B2B_OVERRIDE |
Describes the event. More... | |
virtual | ~DebugMessage () |
Destructor. More... | |
Protected Attributes | |
std::string | m_reason |
Contains std::string that describes the event. More... | |
Additional Inherited Members | |
Public Types inherited from Engine::Event | |
enum | Type { EVENT, ERROR_EVENT, NOTIFICATION, WARNING, SESSION_ERROR, PARSE_ERROR_IN_SESSION, NEW_INCOMING_CONNECTION, SESSION_NOTIFICATION, SESSION_WAS_CREATED, SESSION_WAS_CONNECTED, SESSION_WAS_CLOSED, SESSION_WAS_ESTABLISHED, SESSION_WAS_RESTORED, SYNCHRONIZATION_COMPLETE, SESSION_WARNING, LINK_ERROR_WAS_DETECTED, LINK_WAS_RESTORED, PERSISTENT_DATA_WERE_FOUND, DEBUG_MESSAGE, SESSION_DEBUG_MESSAGE } |
Event types. More... | |
Protected Member Functions inherited from Engine::Event | |
virtual | ~Event () |
Destructor. More... | |
Represents debug message.
Engine::DebugMessage::DebugMessage | ( | const std::string & | msg | ) |
Constructor.
msg | std::string that describes the event. |
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Returns the event type.
Can be used instead of C++ RTTI.
Implements Engine::Event.
Reimplemented in Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, Engine::B2B_SEALED< FileT >, and Engine::B2B_SEALED< FileT >.
References Engine::Event::DEBUG_MESSAGE.
|
virtual |
Describes the event.
Implements Engine::Event.
|
protected |
Contains std::string that describes the event.