Searched defs:State3 (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/msm/test/ |
D | Test2RegionsAnonymous.cpp | 61 struct State3 : public msm::front::state<> struct 64 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry() 66 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() 67 int entry_counter; 68 int exit_counter;
|
D | Anonymous.cpp | 67 struct State3 : public msm::front::state<> struct 70 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry() 72 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() 73 int entry_counter; 74 int exit_counter;
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | AnonymousTutorial.cpp | 47 struct State3 : public msm::front::state<> struct 51 void on_entry(Event const& ,FSM&) {std::cout << "entering: State3" << std::endl;} in on_entry() 53 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State3" << std::endl;} in on_exit()
|
D | AnonymousTutorialWithFunctors.cpp | 50 struct State3 : public msm::front::state<> struct 54 void on_entry(Event const& ,FSM&) {std::cout << "entering: State3" << std::endl;} in on_entry() 56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State3" << std::endl;} in on_exit()
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | AnonymousTutorial.cpp | 47 struct State3 : public msm::front::state<> struct 51 void on_entry(Event const& ,FSM&) {std::cout << "entering: State3" << std::endl;} in on_entry() 53 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State3" << std::endl;} in on_exit()
|
D | AnonymousTutorialWithFunctors.cpp | 50 struct State3 : public msm::front::state<> struct 54 void on_entry(Event const& ,FSM&) {std::cout << "entering: State3" << std::endl;} in on_entry() 56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State3" << std::endl;} in on_exit()
|