|
SequoiaDB
|
| Include files for C++ BSON module | |
| Utility class to auto assign object IDs | |
| Used in conjuction with BSONObjBuilder, allows for proper buffer size to prevent crazy memory usage | |
| C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary representation | |
| BSONElement represents an "element" in a BSONObj | |
| Utility for creating a BSONObj | |
| Iterator for a BSONObj | |
1.8.2