|
fsm 0.4.1
Header-only C++20 hierarchical table-driven FSM
|
Row trigger event, with poison default for omitted .on.
More...
#include <fsm.hpp>
Public Member Functions | |
| constexpr | on_spec ()=default |
| constexpr | on_spec (Event ev) |
Public Attributes | |
| on_kind | k = on_kind::unspecified |
| Event | e {} |
Row trigger event, with poison default for omitted .on.
|
constexprdefault |
|
inlineconstexpr |
| Event fsm::on_spec< Event >::e {} |
| on_kind fsm::on_spec< Event >::k = on_kind::unspecified |