DBClientConnection::auth ( std::string const& dbname, std::string const& username, std::string const& pwd, std::string& errmsg, bool digestPassword )This method is from 'DBClientConnection' class.
DBClientConnection::call ( Message& toSend, Message& response, bool assertOk )This method is from 'DBClientConnection' class.
DBClientConnection::callRead ( Message& toSend, Message& response )This method is from 'DBClientConnection' class.
DBClientConnection::checkResponse ( char const* data, int nReturned )This method is from 'DBClientConnection' class.
DBClientConnection::connect ( char const* hostname, std::string& errmsg )This method is from 'DBClientConnection' class.
DBClientConnection::connect ( HostAndPort const& server, std::string& errmsg )This method is from 'DBClientConnection' class.
DBClientConnection::getServerAddress ( ) constThis method is from 'DBClientConnection' class.
DBClientConnection::isFailed ( ) constThis method is from 'DBClientConnection' class.
DBClientConnection::isMember ( DBConnector const* conn ) constThis method is from 'DBClientConnection' class.
DBClientConnection::killCursor ( long long cursorID )This method is from 'DBClientConnection' class.
DBClientConnection::query ( boost::function<void(BSONObj const&)> f, std::string const& ns, Query query, BSONObj const* fieldsToReturn, int queryOptions )This method is from 'DBClientConnection' class.
DBClientConnection::query ( boost::function<void(DBClientCursorBatchIterator&)> f, std::string const& ns, Query query, BSONObj const* fieldsToReturn, int queryOptions )This method is from 'DBClientConnection' class.
DBClientConnection::query ( std::string const& ns, Query&restrict query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions, int batchSize )This method is from 'DBClientConnection' class.
DBClientConnection::recv ( Message& m )This method is from 'DBClientConnection' class.
DBClientConnection::say ( Message& toSend )This method is from 'DBClientConnection' class.
DBClientConnection::sayPiggyBack ( Message& toSend )This method is from 'DBClientConnection' class.
DBClientConnection::toString ( )This method is from 'DBClientConnection' class.
DBClientConnection::type ( ) constThis method is from 'DBClientConnection' class.
DBClientConnection::~DBClientConnection [in-charge] ( )This method is from 'DBClientConnection' class.
DBClientReplicaSet::masterConn ( )Return value (reference) has base type 'DBClientConnection'.
DBClientReplicaSet::slaveConn ( )Return value (reference) has base type 'DBClientConnection'.