Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DEntries.cpp82 struct SubState1b : public msm::front::state<> struct
85 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
87 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
88 int entry_counter;
89 int exit_counter;
/third_party/boost/libs/msm/doc/PDF/examples/
DDirectEntryTutorial.cpp71 struct SubState1b : public msm::front::state<> struct
74 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState1b" << std::endl;} in on_entry()
76 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1b" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/HTML/examples/
DDirectEntryTutorial.cpp71 struct SubState1b : public msm::front::state<> struct
74 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState1b" << std::endl;} in on_entry()
76 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1b" << std::endl;} in on_exit()