Searched defs:LightOn (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | Visitor.cpp | 138 struct LightOn : public msm::front::state<my_visitable_state> struct 141 … void on_entry(Event const&,FSM& ) {std::cout << "starting: LightOn" << std::endl;} in on_entry() 143 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit() 144 void accept(SomeVisitor& vis,int i) const in accept()
|
D | SM-2Arg.cpp | 150 struct LightOn : public msm::front::state<my_visitable_state> struct 153 … void on_entry(Event const&,FSM& ) {std::cout << "starting: LightOn" << std::endl;} in on_entry() 155 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit()
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | Visitor.cpp | 138 struct LightOn : public msm::front::state<my_visitable_state> struct 141 … void on_entry(Event const&,FSM& ) {std::cout << "starting: LightOn" << std::endl;} in on_entry() 143 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit() 144 void accept(SomeVisitor& vis,int i) const in accept()
|
D | SM-2Arg.cpp | 150 struct LightOn : public msm::front::state<my_visitable_state> struct 153 … void on_entry(Event const&,FSM& ) {std::cout << "starting: LightOn" << std::endl;} in on_entry() 155 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit()
|