Goby3  3.1.5
2024.05.14
boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::orthogonal< innerOrthogonalPosition > Struct Template Reference

#include <boost/statechart/simple_state.hpp>

Public Types

typedef mpl::integral_c< detail::orthogonal_position_type, innerOrthogonalPosition > inner_orthogonal_position
 
typedef MostDerived inner_context_type
 

Detailed Description

template<class MostDerived, class Context, class InnerInitial = mpl::list<>, history_mode historyMode = has_no_history>
template<detail::orthogonal_position_type innerOrthogonalPosition>
struct boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::orthogonal< innerOrthogonalPosition >

Definition at line 205 of file simple_state.hpp.

Member Typedef Documentation

◆ inner_context_type

template<class MostDerived , class Context , class InnerInitial = mpl::list<>, history_mode historyMode = has_no_history>
template<detail::orthogonal_position_type innerOrthogonalPosition>
typedef MostDerived boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::orthogonal< innerOrthogonalPosition >::inner_context_type

Definition at line 210 of file simple_state.hpp.

◆ inner_orthogonal_position

template<class MostDerived , class Context , class InnerInitial = mpl::list<>, history_mode historyMode = has_no_history>
template<detail::orthogonal_position_type innerOrthogonalPosition>
typedef mpl::integral_c< detail::orthogonal_position_type, innerOrthogonalPosition > boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::orthogonal< innerOrthogonalPosition >::inner_orthogonal_position

Definition at line 209 of file simple_state.hpp.


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