Home
last modified time | relevance | path

Searched refs:pContext_ (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/statechart/
Dsimple_state.hpp221 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()
[all …]
Dstate.hpp39 pContext_( pContext ) in my_context()
43 typename base_type::context_ptr_type pContext_; member
50 this->set_context( ctx.pContext_ ); in state()