Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType > Class Template Reference

#include <state_machine.hpp>

Public Member Functions

 send_function (StateBaseType &toState, const EventBaseType &evt, IdType eventType)
 
result operator() ()
 

Constructor & Destructor Documentation

template<class StateBaseType , class EventBaseType , class IdType >
boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType >::send_function ( StateBaseType &  toState,
const EventBaseType &  evt,
IdType  eventType 
)
inline

Member Function Documentation

template<class StateBaseType , class EventBaseType , class IdType >
result boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType >::operator() ( )
inline

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