#include <FSMConstructor.h>

Public Member Functions | |
| void | add_event () |
| void | create_event () |
| void | drop_event () |
| OnEvent & | event () |
| std::string | getId () const |
Public Attributes | |
| std::vector< Call > | calls |
| std::vector< OnEvent > | events |
| std::string | id |
| std::string | name |
| std::vector< Raise > | raises |
| std::deque< OnEvent > | stack_events |
Definition at line 61 of file FSMConstructor.h.
| void fsm_constructor::States::add_event | ( | ) | [inline] |
Definition at line 74 of file FSMConstructor.h.
| void fsm_constructor::States::create_event | ( | ) | [inline] |
Definition at line 73 of file FSMConstructor.h.
| void fsm_constructor::States::drop_event | ( | ) | [inline] |
Definition at line 75 of file FSMConstructor.h.
| OnEvent& fsm_constructor::States::event | ( | ) | [inline] |
Definition at line 76 of file FSMConstructor.h.
| std::string fsm_constructor::States::getId | ( | ) | const [inline] |
Definition at line 78 of file FSMConstructor.h.
| std::vector<Call> fsm_constructor::States::calls |
Definition at line 65 of file FSMConstructor.h.
| std::vector<OnEvent> fsm_constructor::States::events |
Definition at line 69 of file FSMConstructor.h.
std::string fsm_constructor::States::id [mutable] |
Definition at line 63 of file FSMConstructor.h.
| std::string fsm_constructor::States::name |
Definition at line 64 of file FSMConstructor.h.
| std::vector<Raise> fsm_constructor::States::raises |
Definition at line 67 of file FSMConstructor.h.
| std::deque<OnEvent> fsm_constructor::States::stack_events |
Definition at line 71 of file FSMConstructor.h.