#include <FSMConstructor.h>
Public Member Functions | |
void | add () |
void | create () |
void | drop () |
std::string | getId () const |
States & | state () |
Public Attributes | |
std::string | id |
std::string | name |
std::deque< States > | stack |
std::string | start |
std::vector< States > | states |
Definition at line 81 of file FSMConstructor.h.
void fsm_constructor::Fsm::add | ( | ) | [inline] |
Definition at line 98 of file FSMConstructor.h.
void fsm_constructor::Fsm::create | ( | ) | [inline] |
Definition at line 89 of file FSMConstructor.h.
void fsm_constructor::Fsm::drop | ( | ) | [inline] |
Definition at line 99 of file FSMConstructor.h.
std::string fsm_constructor::Fsm::getId | ( | ) | const [inline] |
Definition at line 102 of file FSMConstructor.h.
States& fsm_constructor::Fsm::state | ( | ) | [inline] |
Definition at line 100 of file FSMConstructor.h.
std::string fsm_constructor::Fsm::id [mutable] |
Definition at line 83 of file FSMConstructor.h.
std::string fsm_constructor::Fsm::name |
Definition at line 84 of file FSMConstructor.h.
std::deque<States> fsm_constructor::Fsm::stack |
Definition at line 87 of file FSMConstructor.h.
std::string fsm_constructor::Fsm::start |
Definition at line 85 of file FSMConstructor.h.
std::vector<States> fsm_constructor::Fsm::states |
Definition at line 86 of file FSMConstructor.h.