Home
last modified time | relevance | path

Searched defs:Empty_impl (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/msm/doc/HTML/examples/
DFsmAsPtr.cpp41 struct Empty_impl : public msm::front::state<> , public euml_state<Empty_impl> struct
44 void activate_empty() {std::cout << "switching to Empty " << std::endl;} in activate_empty()
47 void on_entry(Event const& evt,FSM& fsm) in on_entry()
52 void on_exit(Event const& evt,FSM& fsm) in on_exit()
DSimpleTutorialEuml.cpp46 struct Empty_impl : public msm::front::state<> , public euml_state<Empty_impl> struct
49 void activate_empty() {std::cout << "switching to Empty " << std::endl;} in activate_empty()
52 void on_entry(Event const& evt,FSM& fsm) in on_entry()
57 void on_exit(Event const& evt,FSM& fsm) in on_exit()
DSimplePhoenix.cpp68 struct Empty_impl : public msm::front::state<> , public euml_state<Empty_impl> struct
71 void foo() {std::cout << "Empty::foo " << std::endl;} in foo()
74 void on_entry(Event const& evt,FSM& fsm) in on_entry()
79 void on_exit(Event const& evt,FSM& fsm) in on_exit()
DSimpleTutorialWithEumlTable.cpp39 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
43 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
45 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableKleene.cpp40 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
44 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
46 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableTypeErasure.cpp74 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
78 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
80 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
DCompositeTutorialWithEumlTable.cpp43 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
47 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
49 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/PDF/examples/
DFsmAsPtr.cpp41 struct Empty_impl : public msm::front::state<> , public euml_state<Empty_impl> struct
44 void activate_empty() {std::cout << "switching to Empty " << std::endl;} in activate_empty()
47 void on_entry(Event const& evt,FSM& fsm) in on_entry()
52 void on_exit(Event const& evt,FSM& fsm) in on_exit()
DSimpleTutorialEuml.cpp46 struct Empty_impl : public msm::front::state<> , public euml_state<Empty_impl> struct
49 void activate_empty() {std::cout << "switching to Empty " << std::endl;} in activate_empty()
52 void on_entry(Event const& evt,FSM& fsm) in on_entry()
57 void on_exit(Event const& evt,FSM& fsm) in on_exit()
DSimplePhoenix.cpp68 struct Empty_impl : public msm::front::state<> , public euml_state<Empty_impl> struct
71 void foo() {std::cout << "Empty::foo " << std::endl;} in foo()
74 void on_entry(Event const& evt,FSM& fsm) in on_entry()
79 void on_exit(Event const& evt,FSM& fsm) in on_exit()
DSimpleTutorialWithEumlTable.cpp39 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
43 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
45 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableKleene.cpp40 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
44 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
46 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableTypeErasure.cpp74 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
78 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
80 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
DCompositeTutorialWithEumlTable.cpp43 struct Empty_impl : public msm::front::state<> , public msm::front::euml::euml_state<Empty_impl> struct
47 void on_entry(Event const&,FSM& ) {std::cout << "entering: Empty" << std::endl;} in on_entry()
49 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit()
/third_party/boost/libs/msm/test/
DSimpleInternalEuml.cpp71 struct Empty_impl : public Empty_def struct
73 Empty_impl(){} in Empty_impl() function