Searched refs:outer_state_ptr (Results 1 – 6 of 6) sorted by relevance
39 activeState.outer_state_ptr()->dynamic_type(); in test_main()52 activeState.outer_state_ptr()->custom_dynamic_type_ptr< void >() == 0 ); in test_main()54 activeState.outer_state_ptr()->custom_dynamic_type_ptr< char >() == 0 ); in test_main()56 activeState.outer_state_ptr()->custom_dynamic_type_ptr< bool >() == 0 ); in test_main()67 activeState.outer_state_ptr()->custom_dynamic_type_ptr< char >() == in test_main()76 activeState.outer_state_ptr()->custom_dynamic_type_ptr< char >() == 0 ); in test_main()
53 const state_base_type * outerState = currentState->outer_state_ptr(); in AssertInState()58 outerState = outerState->outer_state_ptr(); in AssertInState()
73 virtual const state_base * outer_state_ptr() const = 0;
318 pCurrentState = pCurrentState->outer_state_ptr(); in state_cast()349 pCurrentState = pCurrentState->outer_state_ptr(); in state_downcast()620 pState->State::outer_state_ptr() ) ) ) in add()
472 virtual const state_base_type * outer_state_ptr() const in outer_state_ptr() function in boost::statechart::simple_state
133 pState = pState->outer_state_ptr(); in DisplayStateConfiguration()