|
| template<typename State , typename Event > |
| constexpr void | call_on_enter (State &s, const Event &e) |
| |
| template<typename State , typename Event > |
| constexpr void | call_on_exit (State &s, const Event &e) |
| |
| template<typename Guard , typename State , typename Event > |
| constexpr bool | evaluate_guard (const Guard &guard, const State &s, const Event &e) |
| |
| template<typename Action , typename From , typename Event , typename To > |
| constexpr void | execute_action (const Action &action, From &from, const Event &e, To &to) |
| |