Home
last modified time | relevance | path

Searched defs:State4 (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/msm/test/
DAnonymous.cpp77 struct State4 : public msm::front::state<> struct
80 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
82 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
83 int entry_counter;
84 int exit_counter;
/third_party/boost/libs/msm/doc/PDF/examples/
DAnonymousTutorial.cpp56 struct State4 : public msm::front::state<> struct
59 void on_entry(Event const&,FSM& ) {std::cout << "entering: State4" << std::endl;} in on_entry()
61 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State4" << std::endl;} in on_exit()
DAnonymousTutorialWithFunctors.cpp59 struct State4 : public msm::front::state<> struct
62 void on_entry(Event const&,FSM& ) {std::cout << "entering: State4" << std::endl;} in on_entry()
64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State4" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/HTML/examples/
DAnonymousTutorial.cpp56 struct State4 : public msm::front::state<> struct
59 void on_entry(Event const&,FSM& ) {std::cout << "entering: State4" << std::endl;} in on_entry()
61 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State4" << std::endl;} in on_exit()
DAnonymousTutorialWithFunctors.cpp59 struct State4 : public msm::front::state<> struct
62 void on_entry(Event const&,FSM& ) {std::cout << "entering: State4" << std::endl;} in on_entry()
64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State4" << std::endl;} in on_exit()