|
MongoDB
2.5.0
|
Public Member Functions | |
| BSONObjBuilderValueStream (BSONObjBuilder *builder) | |
| BSONObjBuilder & | operator<< (const BSONElement &e) |
| template<class T > | |
| BSONObjBuilder & | operator<< (T value) |
| BSONObjBuilder & | operator<< (const DateNowLabeler &id) |
| BSONObjBuilder & | operator<< (const NullLabeler &id) |
| BSONObjBuilder & | operator<< (const UndefinedLabeler &id) |
| BSONObjBuilder & | operator<< (const MinKeyLabeler &id) |
| BSONObjBuilder & | operator<< (const MaxKeyLabeler &id) |
| Labeler | operator<< (const Labeler::Label &l) |
| void | endField (const StringData &nextFieldName=StringData()) |
| bool | subobjStarted () const |
| BufBuilder & | subobjStart () |
| BufBuilder & | subarrayStart () |
| BSONObjBuilder & | builder () |
Friends | |
| class | Labeler |
1.8.3.1