MongoDB C++ Driver mongocxx-3.11.0
|
The top-level namespace within which all mongocxx library entities are declared.
In addition to declaring ABI namespaces (v_noabi
, v1
, etc.), this namespace also provides "redeclarations" of entities within ABI namespaces. These redeclarations are intended to be the preferred method for using bsoncxx library entities when ABI stability of the bsoncxx library is NOT a requirement by the user. See Root Namespace Redeclarations.
Namespaces | |
namespace | events |
Declares entities describing APM events. | |
namespace | gridfs |
Declares entities related to GridFS. | |
namespace | model |
Declares entities representing bulk write operations. | |
namespace | options |
Declares entities representing options to use with various commands. | |
namespace | result |
Declares entities representing the result of various commands. | |
namespace | stdx |
Redeclares bsoncxx C++17 standard library polyfills in the mongocxx library namespace for internal use. | |
namespace | v_noabi |
Declares entities whose ABI stability is NOT guaranteed. | |
Enumerations | |
enum class | log_level |
mongocxx::v_noabi::log_level More... | |
|
strong |
const std::error_category & mongocxx::error_category | ( | ) |
|
inline |
|
inline |
bool mongocxx::operator!= | ( | bsoncxx::v_noabi::document::view | index, |
const v_noabi::hint & | index_hint ) |
bool mongocxx::operator!= | ( | const v_noabi::hint & | index_hint, |
bsoncxx::v_noabi::document::view | index ) |
bool mongocxx::operator!= | ( | const v_noabi::hint & | index_hint, |
std::string | index ) |
bool mongocxx::operator!= | ( | const v_noabi::validation_criteria & | lhs, |
const v_noabi::validation_criteria & | rhs ) |
bool mongocxx::operator!= | ( | std::string | index, |
const v_noabi::hint & | index_index ) |
bool mongocxx::operator== | ( | bsoncxx::v_noabi::document::view | index, |
const v_noabi::hint & | index_hint ) |
bool mongocxx::operator== | ( | const v_noabi::validation_criteria & | lhs, |
const v_noabi::validation_criteria & | rhs ) |
bool mongocxx::operator== | ( | std::string | index, |
const v_noabi::hint & | index_hint ) |
const std::error_category & mongocxx::server_error_category | ( | ) |
bsoncxx::v_noabi::stdx::string_view mongocxx::to_string | ( | v_noabi::log_level | level | ) |