168 friend ::
mongocxx::v_noabi::options::transaction;
175 std::unique_ptr<impl> _impl;
181#include <mongocxx/config/postlude.hpp>
A client connection to a MongoDB server.
Definition client.hpp:61
A MongoDB collection.
Definition collection.hpp:87
A MongoDB database.
Definition database.hpp:46
Controls the consistency and isolation properties of data read from replica sets and sharded clusters...
Definition read_concern.hpp:48
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:57
@ 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".
bsoncxx::v_noabi::document::value to_document() const
Gets the document form of this read_concern.
bsoncxx::v_noabi::stdx::string_view acknowledge_string() const
Gets the current read concern string.
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 export.hpp:52
The mongocxx v_noabi 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.
Declares mongocxx::v_noabi::read_concern.
Declares mongocxx::v_noabi::options::transaction.
Provides mongocxx::v_noabi::options::transaction.
Declares mongocxx::v_noabi::uri.
Provides std::optional-related polyfills for library API usage.
Provides std::string_view-related polyfills for library API usage.