Home
last modified time | relevance | path

Searched refs:my_visitable_state (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/msm/doc/PDF/examples/
DVisitor.cpp50 struct my_visitable_state struct
56 virtual ~my_visitable_state() {} in ~my_visitable_state() argument
69 struct player_ : public msm::front::state_machine_def<player_,my_visitable_state>
74 struct Empty : public msm::front::state<my_visitable_state>
87 struct Open : public msm::front::state<my_visitable_state>
100 struct Stopped : public msm::front::state<my_visitable_state>
114 struct Playing_ : public msm::front::state_machine_def<Playing_,my_visitable_state >
128 struct Song1_ : public msm::front::state_machine_def<Song1_,my_visitable_state>
138 struct LightOn : public msm::front::state<my_visitable_state>
150 struct LightOff : public msm::front::state<my_visitable_state>
[all …]
DSM-2Arg.cpp63 struct my_visitable_state struct
69 virtual ~my_visitable_state() {} in ~my_visitable_state() argument
75 struct player_ : public msm::front::state_machine_def<player_,my_visitable_state>
80 struct Empty : public msm::front::state<my_visitable_state>
93 struct Open : public msm::front::state<my_visitable_state>
109 struct Stopped : public msm::front::state<my_visitable_state>
123 struct Playing_ : public msm::front::state_machine_def<Playing_,my_visitable_state >
139 struct Song1_ : public msm::front::state_machine_def<Song1_,my_visitable_state>
150 struct LightOn : public msm::front::state<my_visitable_state>
157 struct LightOff : public msm::front::state<my_visitable_state>
[all …]
/third_party/boost/libs/msm/doc/HTML/examples/
DVisitor.cpp50 struct my_visitable_state struct
56 virtual ~my_visitable_state() {} in ~my_visitable_state() argument
69 struct player_ : public msm::front::state_machine_def<player_,my_visitable_state>
74 struct Empty : public msm::front::state<my_visitable_state>
87 struct Open : public msm::front::state<my_visitable_state>
100 struct Stopped : public msm::front::state<my_visitable_state>
114 struct Playing_ : public msm::front::state_machine_def<Playing_,my_visitable_state >
128 struct Song1_ : public msm::front::state_machine_def<Song1_,my_visitable_state>
138 struct LightOn : public msm::front::state<my_visitable_state>
150 struct LightOff : public msm::front::state<my_visitable_state>
[all …]
DSM-2Arg.cpp63 struct my_visitable_state struct
69 virtual ~my_visitable_state() {} in ~my_visitable_state() argument
75 struct player_ : public msm::front::state_machine_def<player_,my_visitable_state>
80 struct Empty : public msm::front::state<my_visitable_state>
93 struct Open : public msm::front::state<my_visitable_state>
109 struct Stopped : public msm::front::state<my_visitable_state>
123 struct Playing_ : public msm::front::state_machine_def<Playing_,my_visitable_state >
139 struct Song1_ : public msm::front::state_machine_def<Song1_,my_visitable_state>
150 struct LightOn : public msm::front::state<my_visitable_state>
157 struct LightOff : public msm::front::state<my_visitable_state>
[all …]