Lines Matching refs:pContext_

221       BOOST_ASSERT( get_pointer( pContext_ ) != 0 );  in outermost_context()
222 return pContext_->outermost_context(); in outermost_context()
230 BOOST_ASSERT( get_pointer( pContext_ ) != 0 ); in outermost_context()
231 return pContext_->outermost_context(); in outermost_context()
358 simple_state() : pContext_( 0 ) {} in simple_state()
364 if ( get_pointer( pContext_ ) != 0 ) in ~simple_state()
371 pContext_->remove_inner_state( orthogonal_position::value ); in ~simple_state()
459 BOOST_ASSERT( get_pointer( pContext_ ) != 0 ); in outermost_context_base()
460 return pContext_->outermost_context_base(); in outermost_context_base()
468 BOOST_ASSERT( get_pointer( pContext_ ) != 0 ); in outermost_context_base()
469 return pContext_->outermost_context_base(); in outermost_context_base()
498 reactionResult = pContext_->react_impl( evt, eventType ); in react_impl()
528 pContext_->set_outermost_unstable_state( in exit_impl()
540 pContext_->set_outermost_unstable_state( in exit_impl()
551 context_ptr_type pContext = pContext_; in exit_impl()
610 pContext_ = pContext; in set_context()
636 *pContext_ ); in store_deep_history_impl()
651 BOOST_ASSERT( get_pointer( stt.pContext_ ) != 0 ); in context_ptr_impl()
652 return stt.pContext_->template context_ptr< OtherContext >(); in context_ptr_impl()
667 BOOST_ASSERT( get_pointer( stt.pContext_ ) != 0 ); in context_ptr_impl()
668 return stt.pContext_; in context_ptr_impl()
682 BOOST_ASSERT( get_pointer( stt.pContext_ ) != 0 ); in context_impl()
683 return stt.pContext_->template context< OtherContext >(); in context_impl()
859 return get_pointer( stt.pContext_ ); in outer_state_ptr_impl()
962 context_ptr_type pContext_; member in boost::statechart::simple_state