Home
last modified time | relevance | path

Searched defs:SubState3 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/msm/test/
DEntries.cpp119 struct SubState3 : public msm::front::state<> struct
122 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
124 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
125 int entry_counter;
126 int exit_counter;
/third_party/boost/libs/msm/doc/PDF/examples/
DDirectEntryTutorial.cpp100 struct SubState3 : public msm::front::state<> struct
103 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState3" << std::endl;} in on_entry()
105 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/HTML/examples/
DDirectEntryTutorial.cpp100 struct SubState3 : public msm::front::state<> struct
103 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState3" << std::endl;} in on_entry()
105 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3" << std::endl;} in on_exit()