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::Transform_< Param1, Param2, Param3, Param4, Param5, typename::boost::enable_if< typename::boost::is_same< Param5, void >::type >::type > Struct Template Reference

#include <transformation.hpp>

Inheritance diagram for boost::msm::front::euml::Transform_< Param1, Param2, Param3, Param4, Param5, typename::boost::enable_if< typename::boost::is_same< Param5, void >::type >::type >:
Collaboration diagram for boost::msm::front::euml::Transform_< Param1, Param2, Param3, Param4, Param5, typename::boost::enable_if< typename::boost::is_same< Param5, void >::type >::type >:

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 Transform_< Param1,
Param2, Param3, Param4, Param5 > 
action_name
 

Public Member Functions

template<class EVT , class FSM , class SourceState , class TargetState >
typename::boost::enable_if
< typename::boost::mpl::has_key
< typename Param1::tag_type,
action_tag >::type, typename
transition_action_result< EVT,
FSM, SourceState, TargetState >
::type >::type 
operator() (EVT const &evt, FSM &fsm, SourceState &src, TargetState &tgt) const
 
template<class Event , class FSM , class STATE >
typename::boost::enable_if
< typename::boost::mpl::has_key
< typename Param1::tag_type,
state_action_tag >::type,
typename state_action_result
< Event, FSM, STATE >::type >
::type 
operator() (Event const &evt, FSM &fsm, STATE &state) const
 

Member Typedef Documentation

typedef Transform_< Param1, Param2, Param3, Param4, Param5 > boost::msm::front::euml::euml_action< Transform_< Param1, Param2, Param3, Param4, Param5 > >::action_name
inherited
typedef action_tag boost::msm::front::euml::euml_action< Transform_< Param1, Param2, Param3, Param4, Param5 > >::euml_tag_type
inherited
template<class Param1 , class Param2 , class Param3 , class Param4 , class Param5 >
typedef ::boost::mpl::set<state_action_tag,action_tag> boost::msm::front::euml::Transform_< Param1, Param2, Param3, Param4, Param5, typename::boost::enable_if< typename::boost::is_same< Param5, void >::type >::type >::tag_type

Member Function Documentation

template<class Param1 , class Param2 , class Param3 , class Param4 , class Param5 >
template<class EVT , class FSM , class SourceState , class TargetState >
typename ::boost::enable_if< typename ::boost::mpl::has_key< typename Param1::tag_type,action_tag>::type, typename transition_action_result<EVT,FSM,SourceState,TargetState>::type >::type boost::msm::front::euml::Transform_< Param1, Param2, Param3, Param4, Param5, typename::boost::enable_if< typename::boost::is_same< Param5, void >::type >::type >::operator() ( EVT const &  evt,
FSM &  fsm,
SourceState &  src,
TargetState &  tgt 
) const
inline
template<class Param1 , class Param2 , class Param3 , class Param4 , class Param5 >
template<class Event , class FSM , class STATE >
typename ::boost::enable_if< typename ::boost::mpl::has_key< typename Param1::tag_type,state_action_tag>::type, typename state_action_result<Event,FSM,STATE>::type >::type boost::msm::front::euml::Transform_< Param1, Param2, Param3, Param4, Param5, typename::boost::enable_if< typename::boost::is_same< Param5, void >::type >::type >::operator() ( Event const &  evt,
FSM &  fsm,
STATE &  state 
) const
inline

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