MongoDB C++ Driver legacy-1.1.2
Loading...
Searching...
No Matches
Classes | Namespaces
dbclient_rs.h File Reference

Connect to a Replica Set, from C++. More...

#include <boost/shared_ptr.hpp>
#include <utility>
#include "mongo/client/dbclientinterface.h"
#include "mongo/client/export_macros.h"
#include "mongo/util/net/hostandport.h"

Go to the source code of this file.

Classes

class  mongo::DBClientReplicaSet
 Use this class to connect to a replica set of servers. More...
 
class  mongo::DBClientReplicaSet::LazyState
 for storing (non-threadsafe) information between lazy calls More...
 
class  mongo::TagSet
 A simple object for representing the list of tags requested by a $readPreference. More...
 
struct  mongo::ReadPreferenceSetting
 

Namespaces

namespace  mongo
 Utility functions for parsing numbers from strings.
 

Detailed Description

Connect to a Replica Set, from C++.