Public Member Functions
BT::BlackboardImpl Class Reference

#include <blackboard.h>

Inheritance diagram for BT::BlackboardImpl:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool contains (const std::string &key) const =0
virtual const SafeAny::Anyget (const std::string &key) const =0
virtual void set (const std::string &key, const SafeAny::Any &value)=0
virtual ~BlackboardImpl ()

Detailed Description

Definition at line 18 of file blackboard.h.


Constructor & Destructor Documentation

virtual BT::BlackboardImpl::~BlackboardImpl ( ) [virtual]

Member Function Documentation

virtual bool BT::BlackboardImpl::contains ( const std::string &  key) const [pure virtual]

Implemented in BT::BlackboardLocal.

virtual const SafeAny::Any* BT::BlackboardImpl::get ( const std::string &  key) const [pure virtual]

Implemented in BT::BlackboardLocal.

virtual void BT::BlackboardImpl::set ( const std::string &  key,
const SafeAny::Any value 
) [pure virtual]

Implemented in BT::BlackboardLocal.


The documentation for this class was generated from the following file:


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Feb 2 2019 03:50:10