#include <state.hpp>


Classes | |
| struct | my_context |
Public Types | |
| typedef base_type::outermost_context_base_type | outermost_context_base_type |
| typedef base_type::inner_context_ptr_type | inner_context_ptr_type |
| typedef base_type::context_ptr_type | context_ptr_type |
| typedef base_type::inner_initial_list | inner_initial_list |
| typedef mpl::list | reactions |
| typedef Context::inner_context_type | context_type |
| typedef context_type::outermost_context_type | outermost_context_type |
| typedef context_type::state_base_type | state_base_type |
| typedef context_type::state_iterator | state_iterator |
| typedef context_type::event_base_ptr_type | event_base_ptr_type |
| typedef Context::inner_orthogonal_position | orthogonal_position |
| typedef MostDerived | inner_context_type |
| typedef mpl::integral_c < detail::orthogonal_position_type, 0 > | inner_orthogonal_position |
| typedef context_type::event_base_type | event_base_type |
| typedef context_type::rtti_policy_type | rtti_policy_type |
| typedef context_type::state_list_type | state_list_type |
| typedef mpl::size < inner_initial_list >::type | inner_initial_list_size |
| typedef mpl::integral_c < detail::orthogonal_position_type, inner_initial_list_size::value > | no_of_orthogonal_regions |
| typedef mpl::push_front < typename context_type::context_type_list, context_type >::type | context_type_list |
| typedef mpl::bool_ < (historyMode &has_shallow_history)!=0 > | shallow_history |
| typedef context_type::shallow_history | stores_shallow_history |
| typedef mpl::bool_ < (historyMode &has_deep_history)!=0 > | deep_history |
| typedef mpl::or_< deep_history, typename context_type::inherited_deep_history > ::type | inherited_deep_history |
| typedef mpl::and_ < inherited_deep_history, mpl::empty< inner_initial_list > >::type | stores_deep_history |
Public Member Functions | |
| outermost_context_type & | outermost_context () |
| const outermost_context_type & | outermost_context () const |
| template<class OtherContext > | |
| OtherContext & | context () |
| template<class OtherContext > | |
| const OtherContext & | context () const |
| template<class Target > | |
| Target | state_cast () const |
| template<class Target > | |
| Target | state_downcast () const |
| state_iterator | state_begin () const |
| state_iterator | state_end () const |
| void | post_event (const event_base_ptr_type &pEvent) |
| void | post_event (const event_base &evt) |
| result | discard_event () |
| result | forward_event () |
| result | defer_event () |
| template<class DestinationState > | |
| result | transit () |
| template<class DestinationState , class TransitionContext , class Event > | |
| result | transit (void(TransitionContext::*pTransitionAction)(const Event &), const Event &evt) |
| result | terminate () |
| template<class HistoryContext , detail::orthogonal_position_type orthogonalPosition> | |
| void | clear_shallow_history () |
| template<class HistoryContext , detail::orthogonal_position_type orthogonalPosition> | |
| void | clear_deep_history () |
| const event_base * | triggering_event () const |
| BOOST_STATIC_ASSERT ((mpl::less< orthogonal_position, typename context_type::no_of_orthogonal_regions >::value)) | |
| BOOST_STATIC_ASSERT ((mpl::or_< mpl::less< no_of_orthogonal_regions, mpl::integral_c< detail::orthogonal_position_type, 2 > >, mpl::not_< typename context_type::inherited_deep_history > >::value)) | |
| void * | operator new (std::size_t size) |
| void | operator delete (void *pState) |
| outermost_context_base_type & | outermost_context_base () |
| const outermost_context_base_type & | outermost_context_base () const |
| virtual const state_base_type * | outer_state_ptr () const |
| virtual detail::reaction_result | react_impl (const event_base_type &evt, typename rtti_policy_type::id_type eventType) |
| virtual void | exit_impl (typename base_type::direct_state_base_ptr_type &pSelf, typename state_base_type::node_state_base_ptr_type &pOutermostUnstableState, bool performFullExit) |
| void | exit_impl (inner_context_ptr_type &pSelf, typename state_base_type::node_state_base_ptr_type &pOutermostUnstableState, bool performFullExit) |
| void | set_outermost_unstable_state (typename state_base_type::node_state_base_ptr_type &pOutermostUnstableState) |
| template<class OtherContext > | |
| const OtherContext::inner_context_ptr_type & | context_ptr () const |
| void | set_context (const context_ptr_type &pContext) |
| template<class LeafState > | |
| void | store_deep_history_impl () |
Static Public Member Functions | |
| static void | initial_deep_construct (outermost_context_base_type &outermostContextBase) |
| static void | deep_construct (const context_ptr_type &pContext, outermost_context_base_type &outermostContextBase) |
| static inner_context_ptr_type | shallow_construct (const context_ptr_type &pContext, outermost_context_base_type &outermostContextBase) |
| template<class InnerList > | |
| static void | deep_construct_inner (const inner_context_ptr_type &pInnerContext, outermost_context_base_type &outermostContextBase) |
Protected Types | |
| typedef state | my_base |
Protected Member Functions | |
| state (my_context ctx) | |
| ~state () | |
| typedef base_type::context_ptr_type boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::context_ptr_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| typedef base_type::inner_context_ptr_type boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::inner_context_ptr_type |
|
inherited |
| typedef base_type::inner_initial_list boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::inner_initial_list |
|
inherited |
|
inherited |
|
protected |
|
inherited |
|
inherited |
| typedef base_type::outermost_context_base_type boost::statechart::state< MostDerived, Context, InnerInitial, historyMode >::outermost_context_base_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineprotected |
|
inlineprotected |
|
inherited |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestatic |
|
inlinestaticinherited |
References template.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
References boost::multiprecision::backends::this.
|
inlineinherited |
References boost::get_pointer().
|
inlineinherited |
|
inlinestatic |
|
inlineinherited |
|
inlineinherited |
References boost::size().
|
inlinevirtualinherited |
|
inlineinherited |
References BOOST_ASSERT, and boost::get_pointer().
|
inlineinherited |
References BOOST_ASSERT, and boost::get_pointer().
|
inlineinherited |
References BOOST_ASSERT, and boost::get_pointer().
Referenced by boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::clear_deep_history(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::clear_shallow_history(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::post_event(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::state_begin(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::state_cast(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::state_downcast(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::state_end(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::terminate(), boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::triggering_event(), and boost::statechart::simple_state< MostDerived, Context, InnerInitial, historyMode >::~simple_state().
|
inlineinherited |
References BOOST_ASSERT, and boost::get_pointer().
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
References boost::statechart::detail::do_forward_event.
|
inlineinherited |
|
inlineinherited |
|
inlinestatic |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
References template, and boost::program_options::value().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |