6 #ifndef KNOWROB_ANSWER_DONT_KNOW_H
7 #define KNOWROB_ANSWER_DONT_KNOW_H
15 class AnswerDontKnow :
public Answer {
std::string humanReadableFormOfDontKnow() const
std::string stringFormOfDontKnow() const
AnswerDontKnow(const AnswerDontKnow &other)
const std::shared_ptr< const AnswerDontKnow > & GenericDontKnow()
std::shared_ptr< const AnswerDontKnow > AnswerDontKnowPtr