MongoDB C++ Driver
legacy-1.1.2
|
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 | |
mongo | |
Utility functions for parsing numbers from strings. | |
Connect to a Replica Set, from C++.