#include <fsm14.h>
Definition at line 926 of file fsm14.h.
◆ Transition() [1/2]
template<typename F >
constexpr zth::fsm::Transition::Transition |
( |
F && |
from | ) |
|
|
inlineconstexprnoexcept |
◆ Transition() [2/2]
template<typename F , typename T >
constexpr zth::fsm::Transition::Transition |
( |
F && |
from, |
|
|
T && |
to |
|
) |
| |
|
inlineconstexprnoexcept |
◆ action()
constexpr auto const& zth::fsm::Transition::action |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ enabled()
◆ from()
constexpr auto const& zth::fsm::Transition::from |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ guard()
constexpr auto const& zth::fsm::Transition::guard |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ hasGuard()
constexpr bool zth::fsm::Transition::hasGuard |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ input()
constexpr Symbol const& zth::fsm::Transition::input |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ isInput()
constexpr bool zth::fsm::Transition::isInput |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ name()
virtual cow_string zth::fsm::Transition::name |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ to()
constexpr auto const& zth::fsm::Transition::to |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ tryRun()
The documentation for this class was generated from the following file: