The StateGraph class represents the rFSM state graph in term of states and the transitions among them. More...
#include <rfsm.h>
Classes | |
struct | LuaFuncCode |
struct | State |
struct | Transition |
Public Types | |
typedef std::vector < Transition >::iterator | TransitionItr |
typedef std::vector< State > ::iterator | StateItr |
Public Member Functions | |
void | clear () |
Public Attributes | |
std::vector< State > | states |
states is a list of all states More... | |
std::vector< Transition > | transitions |
transitions is a list of all transitions More... | |
The StateGraph class represents the rFSM state graph in term of states and the transitions among them.
typedef std::vector<State>::iterator rfsm::StateGraph::StateItr |
typedef std::vector<Transition>::iterator rfsm::StateGraph::TransitionItr |
void rfsm::StateGraph::clear | ( | ) |
std::vector<State> rfsm::StateGraph::states |
std::vector<Transition> rfsm::StateGraph::transitions |