Home
last modified time | relevance | path

Searched defs:func_state_machine (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/msm/front/euml/
Dstate_grammar.hpp859 struct func_state_machine : public ::boost::msm::front::detail::state_base<BASE,Attributes>, struct
863 func_state_machine(){} in func_state_machine() argument
872 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 …]