Home
last modified time | relevance | path

Searched refs:EvToD (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/statechart/test/
DStateIterationTest.cpp31 struct EvToD : sc::event< EvToD > {}; struct
91 typedef sc::transition< EvToD, D > reactions;
137 machine.process_event( EvToD() ); in test_main()
DCustomReactionTest.cpp33 struct EvToD : sc::event< EvToD > {}; struct
273 sc::transition< EvToD, D >,
354 machine.process_event( EvToD() ); in test_main()
377 eventBaseMachine.process_event( EvToD() ); in test_main()
DHistoryTest.cpp31 struct EvToD : sc::event< EvToD > {}; struct
69 sc::transition< EvToD, D >,