#include <FSMConstructor.h>
Public Attributes | |
std::vector< EventAction > | actions |
std::string | id |
std::string | text |
std::string | type |
Definition at line 42 of file FSMConstructor.h.
std::vector<EventAction> fsm_constructor::OnEvent::actions |
Definition at line 47 of file FSMConstructor.h.
std::string fsm_constructor::OnEvent::id [mutable] |
Definition at line 44 of file FSMConstructor.h.
std::string fsm_constructor::OnEvent::text |
Definition at line 46 of file FSMConstructor.h.
std::string fsm_constructor::OnEvent::type |
Definition at line 45 of file FSMConstructor.h.