Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/back/
Dstate_machine.hpp1133 struct get_internal_transition_table struct in boost::msm::back::state_machine
1136 typedef typename recursive_get_transition_table<StateType>::type original_table;
1141 …ename recursive_get_internal_transition_table<StateType, ::boost::mpl::true_>::type recursive_istt;
1146 >::type recursive_istt_with_tag;
1149 … recursive_istt_with_tag>::type table_with_all_events;
1156 >::type type;
1159 struct get_internal_transition_table<StateType, ::boost::mpl::false_ > struct in boost::msm::back::state_machine
1161 …def typename create_real_stt<StateType, typename StateType::internal_transition_table >::type type;