Searched refs:SubState2b (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/msm/test/ |
D | Entries.cpp | 100 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct 145 typedef mpl::vector<SubState2b> explicit_creation; 178 … SubFsm2::direct<SubFsm2_::SubState2b> > >, 211 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState2b&>().entry_co… in on_entry() 212 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState2b&>().exit_cou… in on_entry() 269 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2b&>().entry_c… in BOOST_AUTO_TEST_CASE() 271 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2b&>().exit_co… in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | DirectEntryTutorial.cpp | 85 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct 129 typedef mpl::vector<SubState2b> explicit_creation; 163 … SubFsm2::direct<SubFsm2_::SubState2b> > >,
|
D | DirectEntryEuml.cpp | 129 BOOST_MSM_EUML_EXPLICIT_ENTRY_STATE(1,( SubState2b_Entry,SubState2b_Exit ),SubState2b) 265 typedef mpl::vector<BOOST_MSM_EUML_STATE_NAME(SubState2b), 316 explicit_(SubFsm2,SubState2b),
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | DirectEntryTutorial.cpp | 85 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct 129 typedef mpl::vector<SubState2b> explicit_creation; 163 … SubFsm2::direct<SubFsm2_::SubState2b> > >,
|
D | DirectEntryEuml.cpp | 129 BOOST_MSM_EUML_EXPLICIT_ENTRY_STATE(1,( SubState2b_Entry,SubState2b_Exit ),SubState2b) 265 typedef mpl::vector<BOOST_MSM_EUML_STATE_NAME(SubState2b), 316 explicit_(SubFsm2,SubState2b),
|