| knowrob
    2.1.0
    A Knowledge Base System for Cognition-enabled Robots | 
#include "knowrob/knowrob.h"#include "knowrob/storage/redland/RedlandModel.h"#include "knowrob/storage/StorageError.h"#include "knowrob/storage/StorageManager.h"#include "knowrob/semweb/OntologyParser.h"#include "knowrob/semweb/xsd.h"#include "knowrob/formulas/Bottom.h"#include "knowrob/terms/IRIAtom.h"#include "knowrob/terms/Numeric.h"#include "knowrob/terms/String.h"#include "knowrob/terms/Blank.h"#include "knowrob/queries/AnswerYes.h"
Go to the source code of this file.
| Macros | |
| #define | REDLAND_SETTING_HOST "host" | 
| #define | REDLAND_SETTING_PORT "port" | 
| #define | REDLAND_SETTING_USER "user" | 
| #define | REDLAND_SETTING_PASSWORD "password" | 
| #define | REDLAND_SETTING_DB "db" | 
| #define | REDLAND_SETTING_STORAGE "storage" | 
| #define | REDLAND_SETTING_ORIGIN "origin" | 
| #define | KNOWROB_RDF_NEW_URI(val) librdf_new_node_from_uri_string(world_, (const unsigned char*)(val).data()) | 
| #define | KNOWROB_RDF_NEW_BLANK(val) librdf_new_node_from_blank_identifier(world_, (const unsigned char*)(val).data()) | 
| #define | KNOWROB_RDF_NEW_LITERAL(val, xsdType) librdf_new_node_from_typed_literal(world_, (const unsigned char*)(val), nullptr, xsdType()) | 
| #define | REDLAND_REQUIRE_UNINITIALIZED(name, field, val) | 
| #define KNOWROB_RDF_NEW_BLANK | ( | val | ) | librdf_new_node_from_blank_identifier(world_, (const unsigned char*)(val).data()) | 
Definition at line 31 of file RedlandModel.cpp.
| #define KNOWROB_RDF_NEW_LITERAL | ( | val, | |
| xsdType | |||
| ) | librdf_new_node_from_typed_literal(world_, (const unsigned char*)(val), nullptr, xsdType()) | 
Definition at line 33 of file RedlandModel.cpp.
| #define KNOWROB_RDF_NEW_URI | ( | val | ) | librdf_new_node_from_uri_string(world_, (const unsigned char*)(val).data()) | 
Definition at line 29 of file RedlandModel.cpp.
| #define REDLAND_REQUIRE_UNINITIALIZED | ( | name, | |
| field, | |||
| val | |||
| ) | 
Definition at line 126 of file RedlandModel.cpp.
| #define REDLAND_SETTING_DB "db" | 
Definition at line 23 of file RedlandModel.cpp.
| #define REDLAND_SETTING_HOST "host" | 
Definition at line 19 of file RedlandModel.cpp.
| #define REDLAND_SETTING_ORIGIN "origin" | 
Definition at line 25 of file RedlandModel.cpp.
| #define REDLAND_SETTING_PASSWORD "password" | 
Definition at line 22 of file RedlandModel.cpp.
| #define REDLAND_SETTING_PORT "port" | 
Definition at line 20 of file RedlandModel.cpp.
| #define REDLAND_SETTING_STORAGE "storage" | 
Definition at line 24 of file RedlandModel.cpp.
| #define REDLAND_SETTING_USER "user" | 
Definition at line 21 of file RedlandModel.cpp.