/third_party/boost/libs/statechart/example/Keyboard/ |
D | Keyboard.cpp | 56 typedef sc::custom_reaction< EvRequestShutdown > reactions; typedef 63 typedef sc::transition< EvNumLockPressed, NumLockOff > reactions; typedef 68 typedef sc::transition< EvNumLockPressed, NumLockOn > reactions; typedef 73 typedef sc::transition< EvCapsLockPressed, CapsLockOff > reactions; typedef 78 typedef sc::transition< EvCapsLockPressed, CapsLockOn > reactions; typedef 83 typedef sc::transition< EvScrollLockPressed, ScrollLockOff > reactions; typedef 88 typedef sc::transition< EvScrollLockPressed, ScrollLockOn > reactions; typedef
|
/third_party/boost/libs/statechart/test/ |
D | TerminationTest.cpp | 122 typedef sc::termination< EvTerminateA > reactions; typedef 127 typedef sc::termination< EvTerminateB > reactions; typedef 134 typedef sc::termination< EvTerminateC > reactions; typedef 139 typedef sc::termination< EvTerminateD > reactions; typedef 146 typedef sc::termination< EvTerminateE > reactions; typedef 151 typedef sc::termination< EvTerminateF > reactions; typedef 156 typedef sc::termination< EvTerminateG > reactions; typedef 179 typedef sc::termination< sc::event_base > reactions; typedef
|
D | DeferralTest.cpp | 62 typedef sc::custom_reaction< EvNodeDeferred > reactions; typedef 78 > reactions; typedef 89 typedef sc::transition< EvSwitch, Idle > reactions; typedef 97 > reactions; typedef 113 typedef sc::transition< EvToX3, X3 > reactions; typedef 121 > reactions; typedef
|
D | DeferralBug.cpp | 41 > reactions; typedef 51 > reactions; typedef 61 > reactions; typedef
|
D | StateIterationTest.cpp | 79 typedef sc::transition< EvToA, A > reactions; typedef 84 typedef sc::transition< EvToB, B > reactions; typedef 91 typedef sc::transition< EvToD, D > reactions; typedef 100 typedef sc::transition< EvToE, E > reactions; typedef
|
D | StateCastTest.cpp | 77 typedef sc::transition< EvToB, B > reactions; typedef 85 typedef sc::custom_reaction< EvCheck > reactions; typedef 97 typedef sc::custom_reaction< EvCheck > reactions; typedef 115 typedef sc::transition< EvToF, F > reactions; typedef
|
D | CustomReactionTest.cpp | 111 > reactions; typedef 165 > reactions; typedef 195 > reactions; typedef 222 > reactions; typedef 249 > reactions; typedef 277 > reactions; typedef 333 typedef sc::custom_reaction< sc::event_base > reactions; typedef
|
D | TriggeringEventTest.cpp | 69 > reactions; typedef 76 > reactions; typedef
|
D | TransitionTest.cpp | 273 typedef sc::transition< E, S211< M > > reactions; typedef 302 > reactions; typedef 317 > reactions; typedef 331 > reactions; typedef 346 > reactions; typedef 360 > reactions; typedef 399 TransitionEventBaseTest, &TransitionEventBaseTest::Transit > reactions; typedef 404 typedef sc::transition< sc::event_base, X2 > reactions; typedef
|
D | InStateReactionTest.cpp | 46 > reactions; typedef 64 > reactions; typedef
|
D | InconsistentHistoryTest2.cpp | 32 typedef sc::transition< EvX, sc::shallow_history< B > > reactions; typedef
|
D | InconsistentHistoryTest4.cpp | 32 typedef sc::transition< EvX, sc::deep_history< B > > reactions; typedef
|
D | TuTest.cpp | 22 typedef sc::in_state_reaction< EvX, Initial, &Initial::Whatever > reactions; typedef
|
D | HistoryTest.cpp | 79 > reactions; typedef 113 > reactions; typedef
|
/third_party/boost/boost/statechart/ |
D | transition.hpp | 34 struct reactions struct in boost::statechart::transition 36 static result react_without_action( State & stt ) in react_without_action() 41 static result react_with_action( State & stt, const Event & evt ) in react_with_action()
|
D | in_state_reaction.hpp | 36 struct reactions struct in boost::statechart::in_state_reaction 38 static result react_without_action( State & stt ) in react_without_action() 43 static result react_with_action( State & stt, const Event & evt ) in react_with_action()
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | SCComposite.cpp | 69 player, &player::store_cd_info > > reactions; typedef 77 player, &player::close_drawer > reactions; typedef 90 player, &player::stopped_again > > reactions; typedef 104 player, &player::stop_and_open > > reactions; typedef 114 Playing, &Playing::start_next_song > reactions; typedef 125 Playing, &Playing::start_prev_song > > reactions; typedef 132 Playing, &Playing::start_prev_song > reactions; typedef 144 player, &player::stop_and_open > > reactions; typedef
|
D | SCSimple.cpp | 68 player, &player::store_cd_info > > reactions; typedef 76 player, &player::close_drawer > reactions; typedef 89 player, &player::stopped_again > > reactions; typedef 102 player, &player::stop_and_open > > reactions; typedef 114 player, &player::stop_and_open > > reactions; typedef
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | SCComposite.cpp | 69 player, &player::store_cd_info > > reactions; typedef 77 player, &player::close_drawer > reactions; typedef 90 player, &player::stopped_again > > reactions; typedef 104 player, &player::stop_and_open > > reactions; typedef 114 Playing, &Playing::start_next_song > reactions; typedef 125 Playing, &Playing::start_prev_song > > reactions; typedef 132 Playing, &Playing::start_prev_song > reactions; typedef 144 player, &player::stop_and_open > > reactions; typedef
|
D | SCSimple.cpp | 68 player, &player::store_cd_info > > reactions; typedef 76 player, &player::close_drawer > reactions; typedef 89 player, &player::stopped_again > > reactions; typedef 102 player, &player::stop_and_open > > reactions; typedef 114 player, &player::stop_and_open > > reactions; typedef
|
/third_party/boost/libs/statechart/example/Camera/ |
D | Shooting.hpp | 40 typedef sc::transition< EvShutterRelease, NotShooting > reactions; typedef 56 > reactions; typedef
|
D | Camera.hpp | 44 typedef sc::custom_reaction< EvShutterHalf > reactions; typedef 54 typedef sc::custom_reaction< EvConfig > reactions; typedef
|
D | Configuring.hpp | 31 typedef sc::transition< EvConfig, Idle > reactions; typedef
|
/third_party/boost/libs/statechart/example/StopWatch/ |
D | StopWatch.cpp | 80 typedef sc::transition< EvReset, Active > reactions; typedef 101 typedef sc::transition< EvStartStop, Stopped > reactions; typedef 122 typedef sc::transition< EvStartStop, Running > reactions; typedef
|
D | StopWatch2.cpp | 93 typedef sc::transition< EvReset, Active > reactions; typedef 117 > reactions; typedef 147 > reactions; typedef
|