Internal parent class. More...
#include <metadata.h>

Public Member Functions | |
| WrappedBSON () | |
| WrappedBSON (const WrappedBSON &other) | |
| WrappedBSON (const BSONObj &other) | |
| WrappedBSON (const std::string &json) | |
Protected Member Functions | |
| void | update () |
Protected Attributes | |
| std::shared_ptr< BSONObjBuilder > | builder_ |
Internal parent class.
This allows the user to not have to deal with separate BSONObj and BSONObj builder objects
Definition at line 63 of file metadata.h.
|
inline |
Definition at line 66 of file metadata.h.
|
inline |
Definition at line 70 of file metadata.h.
|
inline |
Definition at line 75 of file metadata.h.
|
inline |
Definition at line 81 of file metadata.h.
|
inlineprotected |
Definition at line 90 of file metadata.h.
|
protected |
Definition at line 88 of file metadata.h.