Cmongocxx::options::aggregate | Class representing the optional arguments to a MongoDB aggregation operation |
Cbsoncxx::builder::stream::array_context< base > | A stream context which expects any number of values |
►Cbsoncxx::builder::stream::array_context<> | |
Cbsoncxx::builder::stream::array | A streaming interface for constructing a BSON array |
Cbsoncxx::types::b_array | A BSON array value |
Cbsoncxx::types::b_binary | A BSON binary data value |
Cbsoncxx::types::b_bool | A BSON boolean value |
Cbsoncxx::types::b_code | A BSON JavaScript code value |
Cbsoncxx::types::b_codewscope | A BSON JavaScript code with scope value |
Cbsoncxx::types::b_date | A BSON date value |
Cbsoncxx::types::b_dbpointer | A BSON DBPointer value |
Cbsoncxx::types::b_document | A BSON document value |
Cbsoncxx::types::b_double | A BSON double value |
Cbsoncxx::types::b_int32 | A BSON signed 32-bit integer value |
Cbsoncxx::types::b_int64 | A BSON 64-bit signed integer value |
Cbsoncxx::types::b_maxkey | A BSON max-key value |
Cbsoncxx::types::b_minkey | A BSON min-key value |
Cbsoncxx::types::b_null | A BSON null value |
Cbsoncxx::types::b_oid | A BSON ObjectId value |
Cbsoncxx::types::b_regex | A BSON regex value |
Cbsoncxx::types::b_symbol | A BSON Symbol value |
Cbsoncxx::types::b_timestamp | A BSON replication timestamp value |
Cbsoncxx::types::b_undefined | A BSON undefined value |
Cbsoncxx::types::b_utf8 | A BSON UTF-8 encoded string value |
►Cmongocxx::options::index::base_storage_options | Base class representing the optional storage engine options for indexes |
Cmongocxx::options::index::wiredtiger_storage_options | Class representing the optional WiredTiger storage engine options for indexes |
Cmongocxx::options::bulk_write | Class representing the optional arguments to a MongoDB bulk write |
Cmongocxx::result::bulk_write | Class representing the result of a MongoDB bulk write operation |
Cmongocxx::bulk_write | Class representing a batch of write operations that can be sent to the server as a group |
Cmongocxx::options::client | Class representing the optional arguments to a MongoDB driver client object |
Cmongocxx::client | Class representing a client connection to MongoDB |
Cbsoncxx::builder::stream::close_array_type | |
Cbsoncxx::builder::stream::close_document_type | |
Cbsoncxx::builder::stream::closed_context | The closed_context, when used as a template parameter for array_context, value_context or key_context, indicates that the document cannot be closed further |
Cmongocxx::collection | Class representing server side document groupings within a MongoDB database |
Cbsoncxx::builder::concatenate_array | Container to concatenate an array |
Cbsoncxx::builder::concatenate_doc | Container to concatenate a document |
Cbsoncxx::builder::core | A low-level interface for constructing BSON documents and arrays |
Cmongocxx::options::count | Class representing the optional arguments to a MongoDB count command |
Cmongocxx::options::create_collection | Class representing the optional arguments to a MongoDB createCollection command |
Cmongocxx::cursor | Class representing a pointer to the result set of a query on a MongoDB server |
Cmongocxx::database | Class representing a MongoDB database |
Cmongocxx::model::delete_many | Class representing a MongoDB delete operation that removes multiple documents |
Cmongocxx::model::delete_one | Class representing a MongoDB delete operation that removes a single document |
Cmongocxx::options::delete_options | Class representing the optional arguments to a MongoDB delete operation |
Cmongocxx::result::delete_result | Class representing the result of a MongoDB delete operation |
Cmongocxx::options::distinct | Class representing the optional arguments to a MongoDB distinct command |
►Cbsoncxx::document::element | A variant view type that accesses values in serialized BSON documents |
Cbsoncxx::array::element | A variant view type that accesses values in serialized BSON arrays |
Cbsoncxx::builder::stream::finalize_type | |
Cmongocxx::options::find | Class representing the optional arguments to a MongoDB query |
Cmongocxx::options::find_one_and_delete | Class representing the optional arguments to a MongoDB find_and_modify delete operation |
Cmongocxx::options::find_one_and_replace | Class representing the optional arguments to a MongoDB find_and_modify replace operation |
Cmongocxx::options::find_one_and_update | Class representing the optional arguments to a MongoDB find_and_modify update operation |
Cmongocxx::hint | Class representing a hint to be passed to a database operation |
Cmongocxx::uri::host | |
Cmongocxx::options::index | Class representing the optional arguments to a MongoDB create index operation |
Cbsoncxx::oid::init_tag_t | |
Cmongocxx::options::insert | Class representing the optional arguments to a MongoDB insert operation |
Cmongocxx::result::insert_many | Class representing the result of a MongoDB insert many operation (executed as a bulk write) |
Cmongocxx::insert_many_builder | Class to build an insert_many bulk write operation |
Cmongocxx::result::insert_one | Class representing the result of a MongoDB insert operation |
Cmongocxx::model::insert_one | Class representing a MongoDB insert operation that creates a single document |
Cmongocxx::instance | Class representing an instance of the MongoDB driver |
►Citerator | |
Cbsoncxx::array::view::const_iterator | A const iterator over the contents of an array view |
Cbsoncxx::array::view::iterator | A mutable iterator over the contents of an array view |
Cbsoncxx::document::view::const_iterator | A const iterator over the contents of a document view |
Cbsoncxx::document::view::iterator | A mutable iterator over the contents of a document view |
Cmongocxx::cursor::iterator | Class representing an input iterator of documents in a MongoDB cursor result set |
Cbsoncxx::builder::stream::key_context< base > | A stream context which expects a key, which can later be followed by value, then more key/value pairs |
►Cbsoncxx::builder::stream::key_context<> | |
Cbsoncxx::builder::stream::document | A streaming interface for constructing a BSON document |
Cmongocxx::logger | The interface that all user-defined loggers must implement |
Cmongocxx::options::modify_collection | Class representing the optional arguments to a MongoDB collMod command |
Cbsoncxx::oid | Represents a MongoDB ObjectId |
Cbsoncxx::builder::stream::open_array_type | |
Cbsoncxx::builder::stream::open_document_type | |
Cmongocxx::pipeline | Class representing a MongoDB aggregation pipeline |
Cmongocxx::pool | A pool of client objects associated with a MongoDB deployment |
Cmongocxx::read_concern | A class to represent the read concern |
Cmongocxx::read_preference | Class representing a preference for how the driver routes read operations to members of a replica set or to a sharded cluster |
Cmongocxx::result::replace_one | Class representing the result of a MongoDB replace_one operation |
Cmongocxx::model::replace_one | Class representing a MongoDB update operation that replaces a single document |
Cbsoncxx::builder::stream::single_context | A stream context which appends a single value |
Cmongocxx::options::ssl | Class representing the optional arguments to a MongoDB driver client (SSL) |
►Cbsoncxx::builder::basic::sub_array | An internal class of builder::basic |
Cbsoncxx::builder::basic::array | A traditional builder-style interface for constructing a BSON array |
►Cbsoncxx::builder::basic::sub_document | An internal class of builder::basic |
Cbsoncxx::builder::basic::document | A traditional builder-style interface for constructing a BSON document |
►Csystem_error | |
Cbsoncxx::exception | Class representing any exceptions emitted from the bsoncxx library or its underlying implementation |
►Cmongocxx::exception | A class to be used as the base class for all mongocxx exceptions |
Cmongocxx::logic_error | |
►Cmongocxx::operation_exception | |
Cmongocxx::authentication_exception | |
Cmongocxx::bulk_write_exception | |
Cmongocxx::query_exception | |
Cmongocxx::write_exception | |
►Ctrue_type | |
Cstd::is_error_code_enum< bsoncxx::error_code > | |
Cstd::is_error_code_enum< mongocxx::error_code > | |
Cstd::is_error_code_enum< mongocxx::server_error_code > | |
Cmongocxx::result::update | Class representing the result of a MongoDB update operation |
Cmongocxx::options::update | Class representing the optional arguments to a MongoDB update operation |
Cmongocxx::model::update_many | Class representing a MongoDB update operation that modifies multiple documents |
Cmongocxx::model::update_one | Class representing a MongoDB update operation that modifies a single document |
Cmongocxx::uri | Class representing a MongoDB connection string URI |
Cmongocxx::validation_criteria | Class representing criteria for document validation, to be applied to a collection |
Cbsoncxx::validator | A validator is used to enable or disable specific checks that can be performed during BSON validation |
Cbsoncxx::array::value | A read-only BSON array that owns its underlying buffer |
Cbsoncxx::types::value | A variant that can contain any BSON type |
Cbsoncxx::document::value | A read-only BSON document that owns its underlying buffer |
Cbsoncxx::builder::stream::value_context< base > | A stream context which expects a value, which can later be followed by more key/value pairs |
Cbsoncxx::array::view | A read-only, non-owning view of a BSON document |
Cbsoncxx::document::view | A read-only, non-owning view of a BSON document |
Cbsoncxx::view_or_value< View, Value > | Class representing a view-or-value variant type |
Cbsoncxx::view_or_value< array::view, array::value > | |
Cbsoncxx::view_or_value< document::view, document::value > | |
►Cbsoncxx::view_or_value< stdx::string_view, std::string > | |
Cbsoncxx::string::view_or_value | Class representing a view-or-value variant type for strings |
Cmongocxx::model::write | Models a single write operation within a |
Cmongocxx::write_concern | Class representing the server-side requirement for reporting the success of a write operation |