knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <string>
#include "knowrob/terms/IRIAtom.h"
Go to the source code of this file.
Namespaces | |
knowrob | |
knowrob::xsd | |
Functions | |
bool | knowrob::xsd::isNumericType (std::string_view iri) |
bool | knowrob::xsd::isDoubleType (std::string_view iri) |
bool | knowrob::xsd::isIntegerType (std::string_view iri) |
bool | knowrob::xsd::isStringType (std::string_view iri) |
bool | knowrob::xsd::isBooleanType (std::string_view iri) |
bool | knowrob::xsd::isDateType (std::string_view iri) |