#include <EventSystem.h>
Public Member Functions | |
| bool | equals (const Event &e) const |
| Event (string lname, const CallContext &ctx) | |
| Event (string lname="") | |
| Event (const char _lname[]) | |
| string | event_name () const |
| bool | isDefined () const |
| bool | isRegEx () const |
| bool | isUndefined () const |
| string | name () const |
| operator bool () const | |
| bool | operator!= (const Event &e) const |
| bool | operator== (const Event &e) const |
| bool | regex (std::string text) const |
Static Public Member Functions | |
| static Event | SPIN_EVENT () |
Public Attributes | |
| string | _name |
Definition at line 83 of file EventSystem.h.
| decision_making::Event::Event | ( | string | lname, |
| const CallContext & | ctx | ||
| ) | [inline] |
Definition at line 85 of file EventSystem.h.
| decision_making::Event::Event | ( | string | lname = "" | ) | [inline] |
Definition at line 96 of file EventSystem.h.
| decision_making::Event::Event | ( | const char | _lname[] | ) | [inline] |
Definition at line 101 of file EventSystem.h.
| bool decision_making::Event::equals | ( | const Event & | e | ) | const [inline] |
Definition at line 118 of file EventSystem.h.
| string decision_making::Event::event_name | ( | ) | const [inline] |
Definition at line 108 of file EventSystem.h.
| bool decision_making::Event::isDefined | ( | ) | const [inline] |
Definition at line 116 of file EventSystem.h.
| bool decision_making::Event::isRegEx | ( | ) | const [inline] |
Definition at line 117 of file EventSystem.h.
| bool decision_making::Event::isUndefined | ( | ) | const [inline] |
Definition at line 115 of file EventSystem.h.
| string decision_making::Event::name | ( | ) | const [inline] |
Definition at line 107 of file EventSystem.h.
| decision_making::Event::operator bool | ( | ) | const [inline] |
Definition at line 129 of file EventSystem.h.
| bool decision_making::Event::operator!= | ( | const Event & | e | ) | const [inline] |
Definition at line 126 of file EventSystem.h.
| bool decision_making::Event::operator== | ( | const Event & | e | ) | const [inline] |
Definition at line 123 of file EventSystem.h.
| bool decision_making::Event::regex | ( | std::string | text | ) | const [inline] |
Definition at line 131 of file EventSystem.h.
| static Event decision_making::Event::SPIN_EVENT | ( | ) | [inline, static] |
Definition at line 136 of file EventSystem.h.
Definition at line 84 of file EventSystem.h.