MongoDB C++ Driver
mongocxx-3.9.0
|
The top-level namespace for mongocxx library entities. More...
Namespaces | |
v_noabi | |
Entities declared in this namespace do not have a stable ABI. | |
Classes | |
class | bulk_write |
Class representing a batch of write operations that can be sent to the server as a group. More... | |
class | change_stream |
Class representing a MongoDB change stream. More... | |
class | client |
Class representing a client connection to MongoDB. More... | |
class | client_encryption |
Class supporting operations for MongoDB Client-Side Field Level Encryption. More... | |
class | client_session |
Use a session for a sequence of operations, optionally with either causal consistency or snapshots. More... | |
class | collection |
Class representing server side document groupings within a MongoDB database. More... | |
class | cursor |
Class representing a pointer to the result set of a query on a MongoDB server. More... | |
class | database |
Class representing a MongoDB database. More... | |
class | authentication_exception |
Class representing an exception during authentication. More... | |
class | bulk_write_exception |
Class representing an exception during a bulk write operation. More... | |
class | exception |
A class to be used as the base class for all mongocxx exceptions. More... | |
class | gridfs_exception |
Class representing an error encountered when attempting to perform the requested GridFS operation. More... | |
class | logic_error |
Class representing an exception caused by using the mongocxx API improperly. More... | |
class | operation_exception |
Class representing an exception received from a MongoDB server. More... | |
class | query_exception |
Class representing an exception during a query operation. More... | |
class | write_exception |
Class representing an exception during a write operation. More... | |
class | hint |
Class representing a hint to be passed to a database operation. More... | |
class | index_model |
Class representing an index on a MongoDB server. More... | |
class | index_view |
Class representing a MongoDB index view. More... | |
class | instance |
Class representing an instance of the MongoDB driver. More... | |
class | logger |
The interface that all user-defined loggers must implement. More... | |
class | pipeline |
Class representing a MongoDB aggregation pipeline. More... | |
class | pool |
A pool of client objects associated with a MongoDB deployment. More... | |
class | read_concern |
A class to represent the read concern. More... | |
class | read_preference |
Class representing a preference for how the driver routes read operations to members of a replica set or to a sharded cluster. More... | |
class | search_index_model |
Class representing a search index on a MongoDB server. More... | |
class | search_index_view |
Class representing a MongoDB search index view. More... | |
class | uri |
Class representing a MongoDB connection string URI. More... | |
class | validation_criteria |
Class representing criteria for document validation, to be applied to a collection. More... | |
class | write_concern |
Class representing the server-side requirement for reporting the success of a write operation. More... | |
Functions | |
const std::error_category & | error_category () |
Get the error_category for mongocxx library exceptions. More... | |
std::error_code | make_error_code (error_code error) |
Translate a mongocxx::error_code into a std::error_code. More... | |
const std::error_category & | server_error_category () |
Get the error_category for mongocxx library exceptions. More... | |
std::error_code | make_error_code (server_error_code error) |
Translate a mongocxx::server_error_code into a std::error_code. More... | |
stdx::string_view | to_string (log_level level) |
Returns a stringification of the given log level. More... | |
The top-level namespace for mongocxx library entities.