Home
last modified time | relevance | path

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

/third_party/boost/libs/mpl/example/fsm/aux_/
DSTT_impl_gen.hpp35 typedef typename Transition::base_event_t base_event_t; typedef
37 static long do_process_event(fsm_t&, long state, base_event_t const&) in do_process_event()
43 static long do_transition(fsm_t&, long state, base_event_t const&) in do_transition()
60 typedef typename Transition::base_event_t base_event_t; typedef
62 static long do_process_event(fsm_t& fsm, long state, base_event_t const& evt) in do_process_event()
88 typedef typename PrevRowImpl::base_event_t base_event_t; typedef
90 static long do_transition(fsm_t& fsm, long state, base_event_t const& evt) in do_transition()
98 static long do_process_event(fsm_t&, long state, base_event_t const&) in do_process_event()
Dtransition.hpp37 typedef typename Event::base_t base_event_t; typedef
38 static bool do_transition(T& x, base_event_t const& e) in do_transition()
/third_party/boost/libs/mpl/example/fsm/
Dstate_machine.hpp34 typedef aux::base_event base_event_t; typedef in fsm::state_machine
35 typedef boost::shared_ptr<base_event_t const> base_event_ptr_t;
47 void process_event(base_event_t const& evt) in process_event()
89 void post_event(std::auto_ptr<base_event_t const> evt) in post_event()
93 void post_event(std::unique_ptr<base_event_t const> evt) in post_event()
127 void do_transition(base_event_t const& evt) in do_transition()