![]() |
Botcraft 1.21.4
|
This is the complete list of members for Botcraft::Blackboard, including all inherited members.
blackboard | Botcraft::Blackboard | private |
Blackboard() | Botcraft::Blackboard | |
Copy(const std::string &src, const std::string &dst) | Botcraft::Blackboard | |
Erase(const std::string &key) | Botcraft::Blackboard | |
Get(const std::string &key) | Botcraft::Blackboard | inline |
Get(const std::string &key, const T &default_value) | Botcraft::Blackboard | inline |
GetRef(const std::string &key) | Botcraft::Blackboard | inline |
GetRef(const std::string &key, const T &default_value) | Botcraft::Blackboard | inline |
NotifyCleared() const | Botcraft::Blackboard | private |
NotifyKeyChanged(const std::string &key, const std::any &value) const | Botcraft::Blackboard | private |
NotifyKeyRemoved(const std::string &key) const | Botcraft::Blackboard | private |
observers | Botcraft::Blackboard | private |
Reset(const std::map< std::string, std::any > &values={}) | Botcraft::Blackboard | |
Set(const std::string &key, const T &value) | Botcraft::Blackboard | inline |
Subscribe(BlackboardObserver *observer) | Botcraft::Blackboard | |
Unsubscribe(BlackboardObserver *observer) | Botcraft::Blackboard | |
~Blackboard() | Botcraft::Blackboard |