My Project
Public Member Functions | List of all members
boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType > Class Template Reference

#include <state_machine.hpp>

Collaboration diagram for boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType >:
Collaboration graph

Public Member Functions

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

Constructor & Destructor Documentation

◆ send_function()

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

◆ operator()()

template<class StateBaseType , class EventBaseType , class IdType >
result boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType >::operator() ( )
inline
Here is the call graph for this function:

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