|
C++ YASMIN (Yet Another State MachINe)
|


Go to the source code of this file.
Classes | |
| class | yasmin::State |
| Represents a state in a state machine. More... | |
Namespaces | |
| namespace | yasmin |
Enumerations | |
| enum class | yasmin::StateStatus { yasmin::IDLE , yasmin::RUNNING , yasmin::CANCELED , yasmin::COMPLETED } |
| Enumeration representing the current status of a state. More... | |