Searched refs:EvX (Results 1 – 9 of 9) sorted by relevance
20 struct EvX : sc::event< EvX > {}; struct31 typedef sc::custom_reaction< EvX > reactions;33 sc::result react( const EvX & ) in react()
21 struct EvX : sc::event< EvX > {}; struct32 typedef sc::transition< EvX, sc::shallow_history< B > > reactions;
21 struct EvX : sc::event< EvX > {}; struct32 typedef sc::transition< EvX, sc::deep_history< B > > reactions;
23 struct EvX : sc::event< EvX > {}; struct37 typedef sc::transition< EvX, Idle1 > reactions;
23 struct EvX : sc::event< EvX > {}; struct47 typedef sc::transition< EvX, Idle00 > reactions;
20 void Whatever( const EvX & ) {} in Whatever()22 typedef sc::in_state_reaction< EvX, Initial, &Initial::Whatever > reactions;
40 struct BOOST_STATECHART_DECL EvX : sc::event< EvX > {}; struct
23 machine.process_event( EvX() ); in test_main()