Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DTest2RegionsAnonymous.cpp80 struct State2b : public msm::front::state<> struct
83 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
85 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()
86 int entry_counter;
87 int exit_counter;