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::irow2< T1, Event, CalledForAction, action, CalledForGuard, guard > Struct Template Reference

#include <row2.hpp>

Public Types

typedef irow_tag row_type_tag
 
typedef T1 Source
 
typedef T1 Target
 
typedef Event Evt
 

Static Public Member Functions

template<class FSM , class SourceState , class TargetState , class AllStates >
::boost::msm::back::HandledEnum action_call (FSM &fsm, Event const &evt, SourceState &src, TargetState &tgt, AllStates &all_states)
 
template<class FSM , class SourceState , class TargetState , class AllStates >
static bool guard_call (FSM &fsm, Event const &evt, SourceState &src, TargetState &tgt, AllStates &all_states)
 

Member Typedef Documentation

template<typename T1 , class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
typedef Event boost::msm::front::irow2< T1, Event, CalledForAction, action, CalledForGuard, guard >::Evt
template<typename T1 , class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
typedef irow_tag boost::msm::front::irow2< T1, Event, CalledForAction, action, CalledForGuard, guard >::row_type_tag
template<typename T1 , class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
typedef T1 boost::msm::front::irow2< T1, Event, CalledForAction, action, CalledForGuard, guard >::Source
template<typename T1 , class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
typedef T1 boost::msm::front::irow2< T1, Event, CalledForAction, action, CalledForGuard, guard >::Target

Member Function Documentation

template<typename T1 , class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
template<class FSM , class SourceState , class TargetState , class AllStates >
::boost::msm::back::HandledEnum boost::msm::front::irow2< T1, Event, CalledForAction, action, CalledForGuard, guard >::action_call ( FSM &  fsm,
Event const &  evt,
SourceState &  src,
TargetState &  tgt,
AllStates &  all_states 
)
inlinestatic
template<typename T1 , class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
template<class FSM , class SourceState , class TargetState , class AllStates >
static bool boost::msm::front::irow2< T1, Event, CalledForAction, action, CalledForGuard, guard >::guard_call ( FSM &  fsm,
Event const &  evt,
SourceState &  src,
TargetState &  tgt,
AllStates &  all_states 
)
inlinestatic

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