Maki
|
Predefined state and pseudostate objects. More...
Variables | |
constexpr auto | final = state<IMPLEMENTATION_DETAIL>{} |
Dummy final state object given to transition hooks. It represents the final state. | |
constexpr auto | null = state<IMPLEMENTATION_DETAIL>{} |
Dummy state object given to transition hooks. | |
constexpr auto | undefined = state<IMPLEMENTATION_DETAIL>{} |
Represents the undefined state. | |
Predefined state and pseudostate objects.
|
constexpr |
Dummy final state object given to transition hooks. It represents the final state.
Not to be confused with maki::final
.
|
constexpr |
Dummy state object given to transition hooks.
It represents either:
Its pretty name is an empty string.
Not to be confused with maki::null
.
|
constexpr |
Represents the undefined state.
Not to be confused with maki::undefined
.