#include <EventSystem.h>
Static Public Member Functions | |
| static mapper_type & | get () |
| static string | map (string task, int result) |
| static void | map (string task, int result, string event) |
Private Types | |
| typedef std::map< int, string > | mapper_item_type |
| typedef std::map< string, mapper_item_type > | mapper_type |
Definition at line 304 of file EventSystem.h.
typedef std::map<int,string> decision_making::MapResultEvent::mapper_item_type [private] |
Definition at line 305 of file EventSystem.h.
typedef std::map<string, mapper_item_type> decision_making::MapResultEvent::mapper_type [private] |
Definition at line 306 of file EventSystem.h.
| static mapper_type& decision_making::MapResultEvent::get | ( | ) | [inline, static] |
Definition at line 308 of file EventSystem.h.
| static string decision_making::MapResultEvent::map | ( | string | task, |
| int | result | ||
| ) | [inline, static] |
Definition at line 310 of file EventSystem.h.
| static void decision_making::MapResultEvent::map | ( | string | task, |
| int | result, | ||
| string | event | ||
| ) | [inline, static] |
Definition at line 318 of file EventSystem.h.