|
#include <string>
#include <mutex>
#include <map>
#include <memory>
#include <sstream>
#include <bsoncxx/json.hpp>
#include <mongocxx/client.hpp>
#include <mongocxx/pool.hpp>
#include <mongocxx/stdx.hpp>
#include <mongocxx/uri.hpp>
#include <mongocxx/instance.hpp>
#include <bsoncxx/builder/stream/helpers.hpp>
#include <bsoncxx/builder/stream/document.hpp>
#include <bsoncxx/builder/stream/array.hpp>
Go to the source code of this file.
Classes | |
class | ConnectionManager |
A manager of multiple mongodb connection. More... | |
struct | ConnectionManager::MongoDBSettings |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::armem | |
armarx::armem::server | |
armarx::armem::server::ltm | |
armarx::armem::server::ltm::mongodb | |
Typedefs | |
using | PoolClientPtr = mongocxx::pool::entry |