/third_party/boost/libs/msm/test/ |
D | Anonymous.cpp | 67 struct State3 : public msm::front::state<> struct 112 a_row < State2 , none , State3 , &p::State2ToState3 >, 114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >, 115 g_row < State3 , none , State4 , &p::always_false >, 133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry() 134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry() 157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE() 158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE() 173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE() 174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
|
D | AnonymousEuml.cpp | 35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 91 State3 == State2 / State2ToState3, 92 State4 == State3 [always_true] / State3ToState4, 93 State4 == State3 [always_false], 131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE() 133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE() 154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE() 156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
|
D | Test2RegionsAnonymous.cpp | 61 struct State3 : public msm::front::state<> struct 115 Row < State2 , none , State3 >, 134 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry() 135 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry() 161 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 0,"State3 exit not called … in BOOST_AUTO_TEST_CASE() 162 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | AnonymousTutorial.cpp | 47 struct State3 : public msm::front::state<> struct 89 a_row < State2 , none , State3 , &p::State2ToState3 >, 91 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >, 92 g_row < State3 , none , State4 , &p::always_false >,
|
D | AnonymousTutorialEuml.cpp | 92 BOOST_MSM_EUML_STATE(( State3_Entry,State3_Exit ),State3) 134 State3 == State2 / State2ToState3, 135 State4 == State3 [always_true] / State3ToState4, 136 State4 == State3 [always_false],
|
D | AnonymousTutorialWithFunctors.cpp | 50 struct State3 : public msm::front::state<> struct 114 Row < State2 , none , State3 , State2ToState3 >, 115 Row < State3 , none , State4 , none , always_false >, 117 Row < State3 , none , State4 , State3ToState4 , always_true >,
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | AnonymousTutorial.cpp | 47 struct State3 : public msm::front::state<> struct 89 a_row < State2 , none , State3 , &p::State2ToState3 >, 91 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >, 92 g_row < State3 , none , State4 , &p::always_false >,
|
D | AnonymousTutorialEuml.cpp | 92 BOOST_MSM_EUML_STATE(( State3_Entry,State3_Exit ),State3) 134 State3 == State2 / State2ToState3, 135 State4 == State3 [always_true] / State3ToState4, 136 State4 == State3 [always_false],
|
D | AnonymousTutorialWithFunctors.cpp | 50 struct State3 : public msm::front::state<> struct 114 Row < State2 , none , State3 , State2ToState3 >, 115 Row < State3 , none , State4 , none , always_false >, 117 Row < State3 , none , State4 , State3ToState4 , always_true >,
|