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::Associative_Lower_Bound_< T, Param > Struct Template Reference

#include <container.hpp>

Inheritance diagram for boost::msm::front::euml::Associative_Lower_Bound_< T, Param >:
Collaboration diagram for boost::msm::front::euml::Associative_Lower_Bound_< T, Param >:

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
Associative_Lower_Bound_< T,
Param > 
action_name
 

Public Member Functions

template<class EVT , class FSM , class SourceState , class TargetState >
typename::boost::enable_if
< typename::boost::mpl::has_key
< typename T::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 T::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

template<class T , class Param >
typedef ::boost::mpl::set<state_action_tag,action_tag> boost::msm::front::euml::Associative_Lower_Bound_< T, Param >::tag_type

Member Function Documentation

template<class T , class Param >
template<class EVT , class FSM , class SourceState , class TargetState >
typename ::boost::enable_if< typename ::boost::mpl::has_key< typename T::tag_type,action_tag>::type, typename transition_action_result<EVT,FSM,SourceState,TargetState>::type >::type boost::msm::front::euml::Associative_Lower_Bound_< T, Param >::operator() ( EVT const &  evt,
FSM &  fsm,
SourceState &  src,
TargetState &  tgt 
) const
inline

References T.

template<class T , class Param >
template<class Event , class FSM , class STATE >
typename ::boost::enable_if< typename ::boost::mpl::has_key< typename T::tag_type,state_action_tag>::type, typename state_action_result<Event,FSM,STATE>::type >::type boost::msm::front::euml::Associative_Lower_Bound_< T, Param >::operator() ( Event const &  evt,
FSM &  fsm,
STATE &  state 
) const
inline

References T.


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