DBClientConnection::_auth ( BSONObj const& params )This method is from 'DBClientConnection' class.
DBClientConnection::_checkConnection ( )This method is from 'DBClientConnection' class.
DBClientConnection::_connect ( std::string& errmsg )This method is from 'DBClientConnection' class.
DBClientConnection::_lazyKillCursor [data]This method is from 'DBClientConnection' class.
DBClientConnection::_numConnections [data]This method is from 'DBClientConnection' class.
DBClientConnection::call ( Message& toSend, Message& response, bool assertOk, std::string* actualServer )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, bool* retry, std::string* host )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::getSockCreationMicroSec ( ) constThis method is from 'DBClientConnection' class.
DBClientConnection::getSoTimeout ( ) constThis method is from 'DBClientConnection' class.
DBClientConnection::isFailed ( ) constThis method is from 'DBClientConnection' class.
DBClientConnection::isStillConnected ( )This method is from 'DBClientConnection' class.
DBClientConnection::killCursor ( long long cursorID )This method is from 'DBClientConnection' class.
DBClientConnection::lazySupported ( ) constThis method is from 'DBClientConnection' class.
DBClientConnection::logout ( std::string const& dbname, BSONObj& info )This method is from 'DBClientConnection' class.
DBClientConnection::query ( boost::function<...> 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 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::runCommand ( std::string const& dbname, BSONObj const& cmd, BSONObj& info, int options )This method is from 'DBClientConnection' class.
DBClientConnection::say ( Message& toSend, bool isRetry, std::string* actualServer )This method is from 'DBClientConnection' class.
DBClientConnection::sayPiggyBack ( Message& toSend )This method is from 'DBClientConnection' class.
DBClientConnection::setReplSetClientCallback ( DBClientReplicaSet* rsClient )This method is from 'DBClientConnection' class.
DBClientConnection::setSoTimeout ( double timeout )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'.