Functions
StatechartUtilities Namespace Reference

Functions

template<class T >
void displayStateConfiguration (boost::shared_ptr< T > fsm)
template<class T >
std::vector< std::string > getCurrentStates (boost::shared_ptr< T > fsm)
template<class T >
bool isActiveState (boost::shared_ptr< T > fsm, const std::string &state)
const boost::regex TYPEID_NAME ("([[:digit:]]+)([[:word:]]+)")

Function Documentation

template<class T >
void StatechartUtilities::displayStateConfiguration ( boost::shared_ptr< T >  fsm)

Definition at line 57 of file StatechartUtilities.h.

template<class T >
std::vector<std::string> StatechartUtilities::getCurrentStates ( boost::shared_ptr< T >  fsm)

Definition at line 15 of file StatechartUtilities.h.

template<class T >
bool StatechartUtilities::isActiveState ( boost::shared_ptr< T >  fsm,
const std::string &  state 
)

Definition at line 50 of file StatechartUtilities.h.

const boost::regex StatechartUtilities::TYPEID_NAME ( "([[:digit:]]+)([[:word:]]+)"  )


fsm_utils
Author(s):
autogenerated on Thu Jun 6 2019 21:59:42