Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DEntries.cpp100 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct
103 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
105 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
106 int entry_counter;
107 int exit_counter;
/third_party/boost/libs/msm/doc/PDF/examples/
DDirectEntryTutorial.cpp85 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct
88 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState2b" << std::endl;} in on_entry()
90 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState2b" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/HTML/examples/
DDirectEntryTutorial.cpp85 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct
88 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState2b" << std::endl;} in on_entry()
90 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState2b" << std::endl;} in on_exit()