Searched defs:exit_pt (Results 1 – 1 of 1) sorted by relevance
322 struct exit_pt : public ExitPoint struct in boost::msm::back::state_machine325 typedef ExitPoint wrapped_exit;326 typedef int pseudo_exit;327 typedef library_sm owner;328 typedef int no_automatic_create;330 ExitPoint::event Event;332 forwarding_function;336 void forward_event(ForwardEvent const& incomingEvent) in forward_event()341 void set_forward_fct(::boost::function<execute_return (Event const&)> fct) in set_forward_fct()345 exit_pt():m_forward(){} in exit_pt() argument[all …]