Home
last modified time | relevance | path

Searched defs:State1 (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/msm/test/
DTest2RegionsAnonymous.cpp42 struct State1 : public msm::front::state<> struct
45 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
47 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
48 int entry_counter;
49 int exit_counter;
DAnonymous.cpp48 struct State1 : public msm::front::state<> struct
51 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
53 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
54 int entry_counter;
55 int exit_counter;
DEntries.cpp42 struct State1 : public msm::front::state<> struct
45 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
47 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
48 int entry_counter;
49 int exit_counter;
/third_party/boost/libs/msm/doc/PDF/examples/
DAnonymousTutorial.cpp31 struct State1 : public msm::front::state<> struct
35 void on_entry(Event const&,FSM& ) {std::cout << "entering: State1" << std::endl;} in on_entry()
37 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit()
DAnonymousTutorialWithFunctors.cpp34 struct State1 : public msm::front::state<> struct
38 void on_entry(Event const&,FSM& ) {std::cout << "entering: State1" << std::endl;} in on_entry()
40 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit()
DDirectEntryTutorial.cpp39 struct State1 : public msm::front::state<> struct
43 void on_entry(Event const&,FSM& ) {std::cout << "entering: State1" << std::endl;} in on_entry()
45 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit()
DTestErrorOrthogonality.cpp63 struct State1 : public msm::front::state<> struct
/third_party/boost/libs/msm/doc/HTML/examples/
DAnonymousTutorial.cpp31 struct State1 : public msm::front::state<> struct
35 void on_entry(Event const&,FSM& ) {std::cout << "entering: State1" << std::endl;} in on_entry()
37 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit()
DAnonymousTutorialWithFunctors.cpp34 struct State1 : public msm::front::state<> struct
38 void on_entry(Event const&,FSM& ) {std::cout << "entering: State1" << std::endl;} in on_entry()
40 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit()
DDirectEntryTutorial.cpp39 struct State1 : public msm::front::state<> struct
43 void on_entry(Event const&,FSM& ) {std::cout << "entering: State1" << std::endl;} in on_entry()
45 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit()
DTestErrorOrthogonality.cpp63 struct State1 : public msm::front::state<> struct