Goby3  3.1.5
2024.05.14
boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::my_context Struct Reference

#include <boost/statechart/state.hpp>

Public Member Functions

 my_context (typename base_type::context_ptr_type pContext)
 

Public Attributes

base_type::context_ptr_type pContext_
 

Detailed Description

template<class MostDerived, class Context, class InnerInitial = mpl::list<>, history_mode historyMode = has_no_history>
struct boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::my_context

Definition at line 36 of file state.hpp.

Constructor & Destructor Documentation

◆ my_context()

template<class MostDerived , class Context , class InnerInitial = mpl::list<>, history_mode historyMode = has_no_history>
boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::my_context::my_context ( typename base_type::context_ptr_type  pContext)
inline

Definition at line 38 of file state.hpp.

Member Data Documentation

◆ pContext_

template<class MostDerived , class Context , class InnerInitial = mpl::list<>, history_mode historyMode = has_no_history>
base_type::context_ptr_type boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::my_context::pContext_

Definition at line 43 of file state.hpp.


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