Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/back/
Dstate_machine.hpp924 struct g_internal_ struct in boost::msm::back::state_machine
926 typedef StateType current_state_type;
927 typedef StateType next_state_type;
928 typedef typename ROW::Evt transition_event;
931 static bool check_guard(library_sm& fsm,transition_event const& evt) in check_guard()
941 static HandledEnum execute(library_sm& fsm, int, int, transition_event const& evt) in execute()
954 struct g_internal_ <ROW,library_sm> struct in boost::msm::back::state_machine
956 typedef library_sm current_state_type;
957 typedef library_sm next_state_type;
958 typedef typename ROW::Evt transition_event;
[all …]