Goby3  3.1.5
2024.05.14
boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType > Class Template Reference

#include <boost/statechart/state_machine.hpp>

Public Member Functions

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

Detailed Description

template<class StateBaseType, class EventBaseType, class IdType>
class boost::statechart::detail::send_function< StateBaseType, EventBaseType, IdType >

Definition at line 71 of file state_machine.hpp.

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

Definition at line 75 of file state_machine.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 84 of file state_machine.hpp.


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