Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DOrthogonalDeferred2.cpp222 … struct ErrorTerminate : public msm::front::terminate_state<> // terminates the state machine struct
225 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
227 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
228 int entry_counter;
229 int exit_counter;
DOrthogonalDeferred.cpp217 … struct ErrorTerminate : public msm::front::terminate_state<> // terminates the state machine struct
220 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
222 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
223 int entry_counter;
224 int exit_counter;
DOrthogonalDeferred3.cpp222 … struct ErrorTerminate : public msm::front::terminate_state<> // terminates the state machine struct
225 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
227 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
228 int entry_counter;
229 int exit_counter;