Home
last modified time | relevance | path

Searched defs:Song3 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/libs/msm/doc/HTML/examples/
DSCComposite.cpp127 struct Song3 : sc::simple_state< Song3, Playing > struct
129 Song3() { /*std::cout << "entering Song3" << std::endl;*/ } // entry in Song3() function
130 ~Song3() { /*std::cout << "leaving Song3" << std::endl;*/ } // exit in ~Song3()
132 Playing, &Playing::start_prev_song > reactions;
DHistory.cpp93 struct Song3 : public msm::front::state<> struct
96 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
98 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DCompositeTutorial.cpp102 struct Song3 : public msm::front::state<> struct
105 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
107 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DSerializeCompositeAndHistory.cpp100 struct Song3 : public msm::front::state<> struct
103 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
105 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DFlags.cpp107 struct Song3 : public msm::front::state<> struct
110 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
112 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DOrthogonal-deferred2.cpp112 struct Song3 : public msm::front::state<> struct
115 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
117 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DConstructor.cpp132 struct Song3 : public msm::front::state<> struct
135 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
137 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DTestInternal.cpp169 struct Song3 : public msm::front::state<> struct
172 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
174 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DOrthogonal-deferred.cpp124 struct Song3 : public msm::front::state<> struct
127 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
129 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/PDF/examples/
DSCComposite.cpp127 struct Song3 : sc::simple_state< Song3, Playing > struct
129 Song3() { /*std::cout << "entering Song3" << std::endl;*/ } // entry in Song3() argument
130 ~Song3() { /*std::cout << "leaving Song3" << std::endl;*/ } // exit in ~Song3()
132 Playing, &Playing::start_prev_song > reactions;
DHistory.cpp93 struct Song3 : public msm::front::state<> struct
96 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
98 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DCompositeTutorial.cpp102 struct Song3 : public msm::front::state<> struct
105 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
107 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DSerializeCompositeAndHistory.cpp100 struct Song3 : public msm::front::state<> struct
103 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
105 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DFlags.cpp107 struct Song3 : public msm::front::state<> struct
110 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
112 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DOrthogonal-deferred2.cpp112 struct Song3 : public msm::front::state<> struct
115 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
117 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DConstructor.cpp132 struct Song3 : public msm::front::state<> struct
135 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
137 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DTestInternal.cpp169 struct Song3 : public msm::front::state<> struct
172 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
174 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
DOrthogonal-deferred.cpp124 struct Song3 : public msm::front::state<> struct
127 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
129 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()
/third_party/boost/libs/msm/test/
DHistory.cpp118 struct Song3 : public msm::front::state<> struct
121 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
123 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
124 int entry_counter;
125 int exit_counter;
DSerializeWithHistory.cpp124 struct Song3 : public msm::front::state<> struct
127 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
129 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
130 int entry_counter;
131 int exit_counter;
DCompositeMachine.cpp118 struct Song3 : public msm::front::state<> struct
121 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
123 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
124 int entry_counter;
125 int exit_counter;
DOrthogonalDeferred.cpp146 struct Song3 : public msm::front::state<> struct
149 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
151 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
152 int entry_counter;
153 int exit_counter;
DOrthogonalDeferred2.cpp151 struct Song3 : public msm::front::state<> struct
154 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
156 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
157 int entry_counter;
158 int exit_counter;
DOrthogonalDeferred3.cpp151 struct Song3 : public msm::front::state<> struct
154 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
156 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
157 int entry_counter;
158 int exit_counter;
DTestConstructor.cpp137 struct Song3 : public msm::front::state<> struct
140 … void on_entry(Event const&,FSM& ) {std::cout << "starting: Third song" << std::endl;} in on_entry()
142 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit()

12