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::NoAction Struct Reference

#include <common.hpp>

Inheritance diagram for boost::msm::front::euml::NoAction:
Collaboration diagram for boost::msm::front::euml::NoAction:

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 NoAction action_name
 

Public Member Functions

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

Member Typedef Documentation

Constructor & Destructor Documentation

boost::msm::front::euml::NoAction::NoAction ( )
inline

Member Function Documentation

template<class Event , class FSM , class STATE >
bool boost::msm::front::euml::NoAction::operator() ( Event const &  ,
FSM &  ,
STATE &   
)
inline
template<class EVT , class FSM , class SourceState , class TargetState >
bool boost::msm::front::euml::NoAction::operator() ( EVT const &  ,
FSM &  ,
SourceState &  ,
TargetState &   
) const
inline

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