#include <internal_row.hpp>
|
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) |
|
template<class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
template<class Event , typename CalledForAction , void(CalledForAction::*)(Event const &) action, typename CalledForGuard , bool(CalledForGuard::*)(Event const &) guard>
template<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 >
template<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::internal< 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: