|
C++ YASMIN (Yet Another State MachINe)
|
This is the complete list of members for yasmin::CbState, including all inherited members.
| callback | yasmin::CbState | private |
| cancel_state() | yasmin::State | inlinevirtual |
| CbState(const Outcomes &outcomes, CbStateCallback callback) | yasmin::CbState | |
| execute(Blackboard::SharedPtr blackboard) override | yasmin::CbState | virtual |
| get_outcomes() const noexcept | yasmin::State | |
| get_status() const | yasmin::State | private |
| is_canceled() const noexcept | yasmin::State | |
| is_completed() const noexcept | yasmin::State | |
| is_idle() const noexcept | yasmin::State | |
| is_running() const noexcept | yasmin::State | |
| operator()(Blackboard::SharedPtr blackboard) | yasmin::State | |
| outcomes | yasmin::State | protected |
| set_status(StateStatus new_status) | yasmin::State | private |
| State(const Outcomes &outcomes) | yasmin::State | |
| status | yasmin::State | private |
| to_string() const | yasmin::State | virtual |
| ~State()=default | yasmin::State | virtual |