knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
AnswerYes.cpp File Reference
#include <utility>
#include "iomanip"
#include "knowrob/queries/AnswerYes.h"
#include "knowrob/knowrob.h"
#include "knowrob/Logger.h"
#include "knowrob/integration/python/utils.h"
Include dependency graph for AnswerYes.cpp:

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::py
 

Functions

const std::shared_ptr< const AnswerYes > & knowrob::GenericYes ()
 
AnswerPtr knowrob::mergePositiveAnswers (const AnswerYesPtr &a, const AnswerYesPtr &b, bool ignoreInconsistencies)
 
template<>
void knowrob::py::createType< AnswerYes > ()