Class state_map_ex_row

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