knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <Connection.h>
Public Member Functions | |
Connection (std::string_view uri_string) | |
~Connection () | |
Connection (std::string_view uri_string) | |
~Connection () | |
Public Attributes | |
mongoc_uri_t * | uri_ |
std::string | uri_string_ |
mongoc_client_pool_t * | pool_ |
A connection to a Mongo DB.
Definition at line 16 of file Connection.h.
|
explicit |
Definition at line 12 of file Connection.cpp.
Connection::~Connection | ( | ) |
Definition at line 24 of file Connection.cpp.
|
explicit |
knowrob::mongo::Connection::~Connection | ( | ) |
mongoc_client_pool_t * knowrob::mongo::Connection::pool_ |
The connection pool.
Definition at line 32 of file Connection.h.
mongoc_uri_t * knowrob::mongo::Connection::uri_ |
The URI of the connection.
Definition at line 24 of file Connection.h.
std::string knowrob::mongo::Connection::uri_string_ |
The URI string.
Definition at line 28 of file Connection.h.