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::Predicate_< T > Struct Template Reference

#include <common.hpp>

Inheritance diagram for boost::msm::front::euml::Predicate_< T >:
Collaboration diagram for boost::msm::front::euml::Predicate_< T >:

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 Predicate_< Taction_name
 

Public Member Functions

template<class EVT , class FSM , class SourceState , class TargetState >
T operator() (EVT const &, FSM &, SourceState &, TargetState &)
 
template<class Event , class FSM , class STATE >
T operator() (Event const &, FSM &, STATE &)
 

Member Typedef Documentation

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

Member Function Documentation

template<class T >
template<class EVT , class FSM , class SourceState , class TargetState >
T boost::msm::front::euml::Predicate_< T >::operator() ( EVT const &  ,
FSM &  ,
SourceState &  ,
TargetState &   
)
inline

References T.

template<class T >
template<class Event , class FSM , class STATE >
T boost::msm::front::euml::Predicate_< T >::operator() ( Event const &  ,
FSM &  ,
STATE &   
)
inline

References T.


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