Home
last modified time | relevance | path

Searched defs:Stopped_impl (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/msm/doc/PDF/examples/
DSimpleTutorialWithEumlTable.cpp55 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
58 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
60 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableKleene.cpp56 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
59 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
61 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableTypeErasure.cpp90 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
93 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
95 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()
DCompositeTutorialWithEumlTable.cpp59 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
62 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/HTML/examples/
DSimpleTutorialWithEumlTable.cpp55 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
58 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
60 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableKleene.cpp56 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
59 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
61 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableTypeErasure.cpp90 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
93 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
95 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()
DCompositeTutorialWithEumlTable.cpp59 …struct Stopped_impl : public msm::front::state<> , public msm::front::euml::euml_state<Stopped_imp… struct
62 void on_entry(Event const& ,FSM&) {std::cout << "entering: Stopped" << std::endl;} in on_entry()
64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit()