Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::msm::front::euml::GetFsm_< Index > Struct Template Reference

#include <common.hpp>

Inheritance diagram for boost::msm::front::euml::GetFsm_< Index >:
Collaboration diagram for boost::msm::front::euml::GetFsm_< Index >:

Classes

struct  state_action_result
 
struct  transition_action_result
 

Public Types

typedef ::boost::mpl::set
< state_action_tag, action_tag
tag_type
 
typedef action_tag euml_tag_type
 
typedef GetFsm_< Index > action_name
 

Public Member Functions

template<class Event , class FSM , class STATE >
state_action_result< Event,
FSM, STATE >::type 
operator() (Event const &, FSM &fsm, STATE &)
 
template<class EVT , class FSM , class SourceState , class TargetState >
transition_action_result< EVT,
FSM, SourceState, TargetState >
::type 
operator() (EVT const &, FSM &fsm, SourceState &, TargetState &) const
 

Member Typedef Documentation

typedef GetFsm_< Index > boost::msm::front::euml::euml_action< GetFsm_< Index > >::action_name
inherited
template<class Index = void>
typedef ::boost::mpl::set<state_action_tag,action_tag> boost::msm::front::euml::GetFsm_< Index >::tag_type

Member Function Documentation

template<class Index = void>
template<class Event , class FSM , class STATE >
state_action_result<Event,FSM,STATE>::type boost::msm::front::euml::GetFsm_< Index >::operator() ( Event const &  ,
FSM &  fsm,
STATE &   
)
inline
template<class Index = void>
template<class EVT , class FSM , class SourceState , class TargetState >
transition_action_result<EVT,FSM,SourceState,TargetState>::type boost::msm::front::euml::GetFsm_< Index >::operator() ( EVT const &  ,
FSM &  fsm,
SourceState &  ,
TargetState &   
) const
inline

The documentation for this struct was generated from the following file: