Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DTest2RegionsAnonymous.cpp71 struct State1b : public msm::front::state<> struct
74 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
76 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
77 int entry_counter;
78 int exit_counter;