Classes | |
class | assertion |
Typedefs | |
typedef mongo::BSONElement | be |
typedef mongo::BSONObj | bo |
typedef mongo::BSONObjBuilder | bob |
bo and its helpers
"BSON" stands for "binary JSON" -- ie a binary way to represent objects that would be represented in JSON (plus a few extensions useful for databases & other languages).
typedef mongo::BSONElement bson::be |
Definition at line 25 of file bsonelement.h.
typedef mongo::BSONObj bson::bo |
Definition at line 26 of file bsonelement.h.
typedef mongo::BSONObjBuilder bson::bob |
Definition at line 27 of file bsonelement.h.