Searched refs:currentStates_ (Results 1 – 1 of 1) sorted by relevance
289 currentStates_.begin(); in state_cast()334 currentStates_.begin(); in state_downcast()402 return state_iterator( currentStates_.begin() ); in state_begin()415 currentStatesEnd_( currentStates_.end() ), in state_machine()878 typename state_list_type::iterator pState = currentStates_.begin(); in send_event()950 else if ( currentStates_.begin() == --currentStatesEnd_ ) in terminate_impl()961 BOOST_ASSERT( currentStates_.size() > 1 ); in terminate_impl()973 if ( currentStatesEnd_ == currentStates_.end() ) in add_impl()976 currentStates_.insert( currentStatesEnd_, pState ) ); in add_impl()1072 state_list_type currentStates_; member in boost::statechart::state_machine