Searched defs:State4 (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/msm/test/ |
D | Anonymous.cpp | 77 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/ |
D | AnonymousTutorial.cpp | 56 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()
|
D | AnonymousTutorialWithFunctors.cpp | 59 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/ |
D | AnonymousTutorial.cpp | 56 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()
|
D | AnonymousTutorialWithFunctors.cpp | 59 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()
|