|
|
#include <map>#include <memory>#include <mutex>#include <sstream>#include <string>#include <bsoncxx/builder/stream/array.hpp>#include <bsoncxx/builder/stream/document.hpp>#include <bsoncxx/builder/stream/helpers.hpp>#include <bsoncxx/json.hpp>#include <mongocxx/client.hpp>#include <mongocxx/instance.hpp>#include <mongocxx/pool.hpp>#include <mongocxx/stdx.hpp>#include <mongocxx/uri.hpp>
Include dependency graph for ConnectionManager.h:
This graph shows which files directly or indirectly include this file: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 |