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 |
canceled | yasmin::State | private |
CbState(std::set< std::string > outcomes, std::string(*callback)(std::shared_ptr< blackboard::Blackboard > blackboard)) | yasmin::CbState | |
execute(std::shared_ptr< blackboard::Blackboard > blackboard) override | yasmin::CbState | virtual |
get_outcomes() | yasmin::State | |
is_canceled() const | yasmin::State | |
is_running() const | yasmin::State | |
operator()(std::shared_ptr< blackboard::Blackboard > blackboard) | yasmin::State | |
outcomes | yasmin::State | protected |
running | yasmin::State | private |
State(std::set< std::string > outcomes) | yasmin::State | |
to_string() | yasmin::State | inlinevirtual |