Searched defs:func_state_machine (Results 1 – 1 of 1) sorted by relevance
859 struct func_state_machine : public ::boost::msm::front::detail::state_base<BASE,Attributes>, struct863 func_state_machine(){} in func_state_machine() argument872 typedef StateNameTag state_name_tag;873 typedef Flags flag_list;874 typedef ::boost::mpl::vector0<> internal_flag_list;876 typedef Defer deferred_events;878 typedef Configuration configuration;881 typedef BASE BaseAllStates;882 typedef STT transition_table;884 typedef Init initial_state;[all …]