Public Member Functions | |
BSONObjBuilderValueStream (BSONObjBuilder *builder) | |
void | reset () |
BSONObjBuilder & | operator<< (const BSONElement &e) |
template<class T > | |
BSONObjBuilder & | operator<< (T value) |
BSONObjBuilder & | operator<< (MinKeyLabeler &id) |
BSONObjBuilder & | operator<< (MaxKeyLabeler &id) |
Labeler | operator<< (const Labeler::Label &l) |
void | endField (const char *nextFieldName=0) |
bool | subobjStarted () const |
Friends | |
class | Labeler |