BSONObjBuilder::append ( BSONElement const& e )Return value (reference) has base type 'BSONObjBuilder'.
BSONObjBuilder::append ( StringData const& fieldName, double n )Return value (reference) has base type 'BSONObjBuilder'.
BSONObjBuilder::append ( StringData const& fieldName, int n )Return value (reference) has base type 'BSONObjBuilder'.
BSONObjBuilder::append ( StringData const& fieldName, long long n )Return value (reference) has base type 'BSONObjBuilder'.
BSONObjBuilder::appendArray ( StringData const& fieldName, BSONObj const& subObj )Return value (reference) has base type 'BSONObjBuilder'.
BSONObjBuilder::appendAs ( BSONElement const& e, StringData const& fieldName )Return value (reference) has base type 'BSONObjBuilder'.
BSONObjBuilder::appendAsNumber ( StringData const& fieldName, std::string const& data )This method is from 'BSONObjBuilder' class.
BSONObjBuilder::appendMaxForType ( StringData const& fieldName, int type )This method is from 'BSONObjBuilder' class.
BSONObjBuilder::appendMinForType ( StringData const& fieldName, int type )This method is from 'BSONObjBuilder' class.
BSONObjBuilder::appendNull ( )This method is from 'BSONObjBuilder' class.
BSONObjBuilder::isArray ( ) constThis method is from 'BSONObjBuilder' class.
BSONObjBuilder::obj ( )This method is from 'BSONObjBuilder' class.
BSONObjBuilder::operator<< ( BSONElement const& e )Return value (reference) has base type 'BSONObjBuilder'.
BSONObjBuilder::subarrayStart ( StringData const& fieldName )This method is from 'BSONObjBuilder' class.
BSONObjBuilder::subobjStart ( StringData const& fieldName )This method is from 'BSONObjBuilder' class.
BSONObjBuilder::~BSONObjBuilder [in-charge] ( )This method is from 'BSONObjBuilder' class.
DBConnectionPool::appendInfo ( BSONObjBuilder& b )1st parameter 'b' (reference) has base type 'BSONObjBuilder'.
dotted2nested ( BSONObjBuilder& b, BSONObj const& obj )1st parameter 'b' (reference) has base type 'BSONObjBuilder'.
ExceptionInfo::append ( BSONObjBuilder& b, char const* m, char const* c ) const1st parameter 'b' (reference) has base type 'BSONObjBuilder'.
JParse::object ( StringData const& fieldName, BSONObjBuilder& p2, bool subObj )2nd parameter 'p2' (reference) has base type 'BSONObjBuilder'.
nested2dotted ( BSONObjBuilder& b, BSONObj const& obj, std::string const& base )1st parameter 'b' (reference) has base type 'BSONObjBuilder'.