tsm 0.1.0
|
#include <tsm.h>
Additional Inherited Members | |
Public Types inherited from tsm::detail::Transition< From, Event, To, Action, Guard > | |
using | action_t = decltype(Action) |
using | guard_t = decltype(Guard) |
Public Types inherited from tsm::detail::BaseTransition< From, Event, To > | |
using | from = From |
using | event = Event |
using | to = To |
Public Member Functions inherited from tsm::detail::Transition< From, Event, To, Action, Guard > | |
Transition ()=default | |
~Transition ()=default | |
Static Public Attributes inherited from tsm::detail::Transition< From, Event, To, Action, Guard > | |
static constexpr action_t | action = Action |
static constexpr guard_t | guard = Guard |