knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <queue>
#include <functional>
#include <map>
#include <memory>
#include <ostream>
#include "Term.h"
#include "Variable.h"
#include "knowrob/formulas/Formula.h"
#include "Atomic.h"
#include "knowrob/Printable.h"
Go to the source code of this file.
Classes | |
class | knowrob::Bindings |
Namespaces | |
knowrob | |
Functions | |
TermPtr | knowrob::applyBindings (const TermPtr &term, const Bindings &bindings) |
FormulaPtr | knowrob::applyBindings (const FormulaPtr &phi, const Bindings &bindings) |