Searched defs:State12 (Results 1 – 3 of 3) sorted by relevance
46 struct State12 : public msm::front::state<> struct48 typedef mpl::vector<eventd> deferred_events;50 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()52 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()53 int entry_counter;54 int exit_counter;
51 struct State12 : public msm::front::state<> struct54 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()56 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()57 int entry_counter;58 int exit_counter;
54 struct State12 : public msm::front::state<> struct57 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()59 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()60 int entry_counter;61 int exit_counter;