Class state_map_ex_row
Defined in File state_map_ex_row.hpp
Class Documentation
-
class state_map_ex_row
A structure to hold a single row within the extended state map (a state map which includes entry, exit, and guard hooks).
Public Functions
-
inline state_map_ex_row(rpfsm::state *state, state_guard *guard, state_entry *entry, state_exit *exit)
-
inline state_entry *entry(void) const
-
inline state_exit *exit(void) const
-
inline state_guard *guard(void) const
-
inline rpfsm::state *state(void) const
-
inline state_map_ex_row(rpfsm::state *state, state_guard *guard, state_entry *entry, state_exit *exit)