CPP BSONElement Declarations. More...
#include <vector>#include <string.h>#include "oid.h"#include "util/builder.h"#include "bsontypes.h"#include "bsonassert.h"#include "util/optime.h"#include "bsonDecimal.h"Go to the source code of this file.
Classes | |
| class | bson::BSONElement |
| BSONElement represents an "element" in a BSONObj. More... | |
| class | bson::BSONDecimalElement |
Namespaces | |
| namespace | bson |
| Include files for C++ BSON module. | |
Typedefs | |
| typedef bson::BSONElement | bson::be |
| typedef bson::BSONObj | bson::bo |
| typedef bson::BSONObjBuilder | bson::bob |
Functions | |
| int | bson::compareElementValues (const BSONElement &l, const BSONElement &r) |
| int | bson::getBSONCanonicalType (BSONType t) |
CPP BSONElement Declarations.
1.8.2