19 #include <mongocxx/client-fwd.hpp>
20 #include <mongocxx/collection-fwd.hpp>
21 #include <mongocxx/database-fwd.hpp>
22 #include <mongocxx/options/transaction-fwd.hpp>
23 #include <mongocxx/read_concern-fwd.hpp>
24 #include <mongocxx/uri-fwd.hpp>
26 #include <bsoncxx/document/value.hpp>
27 #include <bsoncxx/stdx/optional.hpp>
28 #include <bsoncxx/stdx/string_view.hpp>
29 #include <mongocxx/options/transaction.hpp>
30 #include <mongocxx/stdx.hpp>
32 #include <mongocxx/config/prelude.hpp>
162 friend ::
mongocxx::v_noabi::options::transaction;
178 class MONGOCXX_PRIVATE impl;
180 MONGOCXX_PRIVATE
read_concern(std::unique_ptr<impl>&& implementation);
182 std::unique_ptr<impl> _impl;
188 #include <mongocxx/config/postlude.hpp>
Class representing a client connection to MongoDB.
Definition: client.hpp:61
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:86
Class representing a MongoDB database.
Definition: database.hpp:46
A class to represent the read concern.
Definition: read_concern.hpp:56
read_concern(read_concern &&) noexcept
Move constructs a read_concern.
level acknowledge_level() const
Gets the current read concern level.
read_concern & operator=(const read_concern &)
Copy assigns a read_concern.
level
A class to represent the read concern level.
Definition: read_concern.hpp:63
read_concern()
Constructs a new read_concern with default acknowledge_level of k_server_default.
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.
read_concern(const read_concern &)
Copy constructs a read_concern.
Class representing a MongoDB connection string URI.
Definition: uri.hpp:47
The top-level namespace for bsoncxx library entities.
Definition: element-fwd.hpp:19
The top-level namespace for mongocxx library entities.
Definition: bulk_write-fwd.hpp:19