knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <RedlandURI.h>
Public Member Functions | |
RedlandURI () | |
~RedlandURI () | |
RedlandURI (const RedlandURI &)=delete | |
auto | operator() () const |
void | set (librdf_world *world, std::string_view uri) |
RedlandURI () | |
~RedlandURI () | |
RedlandURI (const RedlandURI &)=delete | |
auto | operator() () const |
void | set (librdf_world *world, std::string_view uri) |
Protected Attributes | |
librdf_uri * | uri_ |
A wrapper for librdf_uri. Note that the URI is a null pointer after construction and must be set with set().
Definition at line 17 of file RedlandURI.h.
|
inline |
Definition at line 19 of file RedlandURI.h.
|
inline |
Definition at line 21 of file RedlandURI.h.
|
delete |
|
inline |
Definition at line 19 of file RedlandURI.h.
|
inline |
Definition at line 21 of file RedlandURI.h.
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 41 of file RedlandURI.h.