#include <Events.h>
Public Member Functions | |
Event (MON::ObjectEventType eType, const Object &context) | |
Event (const Event &event) | |
Event & | operator= (const Event &event) |
virtual | ~Event () |
MON::ObjectEventType | getType () const |
Object | getContext () const |
std::string | getInfoString (Util::InfoOptions usOptions=Util::IO_None) const |
std::string | getInfoString (std::set< Util::InfoOption > setOptions) const |
Definition at line 37 of file Events.h.
BON::Event::Event | ( | MON::ObjectEventType | eType, | |
const Object & | context | |||
) |
Definition at line 37 of file Events.cpp.
BON::Event::Event | ( | const Event & | event | ) |
Definition at line 42 of file Events.cpp.
Object BON::Event::getContext | ( | ) | const |
Definition at line 61 of file Events.cpp.
std::string BON::Event::getInfoString | ( | std::set< Util::InfoOption > | setOptions | ) | const |
Definition at line 71 of file Events.cpp.
std::string BON::Event::getInfoString | ( | Util::InfoOptions | usOptions = Util::IO_None |
) | const |
Definition at line 66 of file Events.cpp.
MON::ObjectEventType BON::Event::getType | ( | ) | const |
Definition at line 56 of file Events.cpp.
Definition at line 47 of file Events.cpp.