Home
last modified time | relevance | path

Searched defs:Open_impl (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/msm/doc/PDF/examples/
DSimpleTutorialWithEumlTable.cpp47 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
50 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
52 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableKleene.cpp48 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
51 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
53 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableTypeErasure.cpp82 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
85 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
87 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DCompositeTutorialWithEumlTable.cpp51 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
54 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DEumlInternalDistributed.cpp52 struct Open_impl : public Open_def struct
/third_party/boost/libs/msm/doc/HTML/examples/
DSimpleTutorialWithEumlTable.cpp47 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
50 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
52 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableKleene.cpp48 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
51 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
53 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DSimpleTutorialWithEumlTableTypeErasure.cpp82 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
85 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
87 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DCompositeTutorialWithEumlTable.cpp51 struct Open_impl : public msm::front::state<> , public msm::front::euml::euml_state<Open_impl> struct
54 void on_entry(Event const& ,FSM&) {std::cout << "entering: Open" << std::endl;} in on_entry()
56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit()
DEumlInternalDistributed.cpp52 struct Open_impl : public Open_def struct