Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DEntries.cpp73 struct SubState1 : public msm::front::state<> struct
76 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
78 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
79 int entry_counter;
80 int exit_counter;
/third_party/boost/libs/msm/doc/PDF/examples/
DDirectEntryTutorial.cpp64 struct SubState1 : public msm::front::state<> struct
67 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState1" << std::endl;} in on_entry()
69 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/HTML/examples/
DDirectEntryTutorial.cpp64 struct SubState1 : public msm::front::state<> struct
67 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState1" << std::endl;} in on_entry()
69 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1" << std::endl;} in on_exit()