Home
last modified time | relevance | path

Searched defs:SubState3b (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/msm/doc/HTML/examples/
DDirectEntryTutorial.cpp107 struct SubState3b : public msm::front::state<> struct
110 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState3b" << std::endl;} in on_entry()
112 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3b" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/PDF/examples/
DDirectEntryTutorial.cpp107 struct SubState3b : public msm::front::state<> struct
110 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState3b" << std::endl;} in on_entry()
112 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3b" << std::endl;} in on_exit()