6 #include "knowrob/queries/AnswerDontKnow.h"
7 #include "knowrob/integration/python/utils.h"
11 static const auto instance = std::make_shared<const AnswerDontKnow>();
36 static const std::string longMsg =
"there was no evidence to conclude either yes or no";
44 class_<AnswerDontKnow, std::shared_ptr<AnswerDontKnow>, bases<Answer>>
45 (
"AnswerDontKnow", init<>());
47 register_ptr_to_python<std::shared_ptr<const AnswerDontKnow> >();
48 implicitly_convertible<std::shared_ptr<AnswerDontKnow>, std::shared_ptr<const AnswerDontKnow> >();
std::string humanReadableFormOfDontKnow() const
std::string stringFormOfDontKnow() const
void createType< AnswerDontKnow >()
const std::shared_ptr< const AnswerDontKnow > & GenericDontKnow()