| knowrob
    2.1.0
    A Knowledge Base System for Cognition-enabled Robots | 
#include <iostream>#include <knowrob/terms/Bindings.h>
Go to the source code of this file.
| Classes | |
| class | knowrob::GraphTerm | 
| Namespaces | |
| knowrob | |
| Enumerations | |
| enum class | knowrob::GraphTermType { knowrob::Sequence , knowrob::Union , knowrob::Pattern , knowrob::Builtin , knowrob::Sequence , knowrob::Union , knowrob::Pattern , knowrob::Builtin } | 
| Functions | |
| std::shared_ptr< GraphTerm > | knowrob::applyBindings (const std::shared_ptr< GraphTerm > &term, const Bindings &bindings) | 
| std::shared_ptr< GraphTerm > | knowrob::operator& (const std::shared_ptr< GraphTerm > &a, const std::shared_ptr< GraphTerm > &b) | 
| std::shared_ptr< GraphTerm > | knowrob::operator| (const std::shared_ptr< GraphTerm > &a, const std::shared_ptr< GraphTerm > &b) |