177 friend ::
mongocxx::v_noabi::options::transaction;
184 std::unique_ptr<impl> _impl;
190#include <mongocxx/config/postlude.hpp>
Class representing a client connection to MongoDB.
Definition client.hpp:62
Class representing server side document groupings within a MongoDB database.
Definition collection.hpp:87
Class representing a MongoDB database.
Definition database.hpp:47
A class to represent the read concern. Read concern can be set at the client, database,...
Definition read_concern.hpp:58
level acknowledge_level() const
Gets the current read concern level.
level
A class to represent the read concern level for read operations.
Definition read_concern.hpp:67
@ k_unknown
Represent an unknown read concern level.
@ k_linearizable
Represent read concern level "linearizable".
@ k_server_default
Represent the server's default read concern level.
@ k_local
Represent read concern level "local".
@ k_snapshot
Represent read concern level "snapshot".
@ k_available
Represent read concern level "available".
@ k_majority
Represent read concern level "majority".
stdx::string_view acknowledge_string() const
Gets the current read concern string.
bsoncxx::v_noabi::document::value to_document() const
Gets the document form of this read_concern.
Class representing a MongoDB connection string URI.
Definition uri.hpp:43
Declares mongocxx::v_noabi::client.
Declares mongocxx::v_noabi::collection.
Declares mongocxx::v_noabi::database.
Provides bsoncxx::v_noabi::document::value.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
The mongocxx macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
The top-level namespace within which all mongocxx library entities are declared.
The top-level namespace reserved for the C++ standard library.
Provides std::optional-related polyfills for library API usage.
Declares mongocxx::v_noabi::read_concern.
Redeclares bsoncxx::v_noabi::stdx in mongocxx::v_noabi::stdx for internal use.
Provides std::string_view-related polyfills for library API usage.
Declares mongocxx::v_noabi::options::transaction.
Provides mongocxx::v_noabi::options::transaction.
Declares mongocxx::v_noabi::uri.