Home
last modified time | relevance | path

Searched defs:State3 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/msm/test/
DTest2RegionsAnonymous.cpp61 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;
DAnonymous.cpp67 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/
DAnonymousTutorial.cpp47 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()
DAnonymousTutorialWithFunctors.cpp50 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/
DAnonymousTutorial.cpp47 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()
DAnonymousTutorialWithFunctors.cpp50 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()