knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <Document.h>
Public Member Functions | |
Document (bson_t *bson) | |
Document (const Document &)=delete | |
~Document () | |
bson_t * | bson () const |
Document (bson_t *bson) | |
Document (const Document &)=delete | |
~Document () | |
bson_t * | bson () const |
Static Public Member Functions | |
static void | print_canonical (bson_t *bson) |
static void | print_relaxed (bson_t *bson) |
static void | print_canonical (bson_t *bson) |
static void | print_relaxed (bson_t *bson) |
Protected Attributes | |
bson_t * | bson_ |
A scoped bson document. The memory of the bson_t* is managed by this object, and is freed when the object is destroyed.
Definition at line 16 of file Document.h.
|
inlineexplicit |
Definition at line 18 of file Document.h.
|
delete |
|
inline |
Definition at line 22 of file Document.h.
|
inlineexplicit |
Definition at line 18 of file Document.h.
|
delete |
|
inline |
Definition at line 22 of file Document.h.
|
inline |
|
inline |
|
inlinestatic |
Definition at line 29 of file Document.h.
|
inlinestatic |
Definition at line 29 of file Document.h.
|
inlinestatic |
Definition at line 36 of file Document.h.
|
inlinestatic |
Definition at line 36 of file Document.h.
|
protected |
Definition at line 44 of file Document.h.