19 #include <bsoncxx/document/value.hpp>
20 #include <bsoncxx/stdx/optional.hpp>
21 #include <bsoncxx/stdx/string_view.hpp>
22 #include <mongocxx/options/transaction.hpp>
23 #include <mongocxx/stdx.hpp>
25 #include <mongocxx/config/prelude.hpp>
28 inline namespace v_noabi {
118 void acknowledge_level(
level rc_level);
139 void acknowledge_string(stdx::string_view rc_string);
149 stdx::string_view acknowledge_string() const;
165 friend class options::transaction;
180 class MONGOCXX_PRIVATE impl;
182 MONGOCXX_PRIVATE
read_concern(std::unique_ptr<impl>&& implementation);
184 std::unique_ptr<impl> _impl;
190 #include <mongocxx/config/postlude.hpp>
Class representing a client connection to MongoDB.
Definition: client.hpp:54
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:85
Class representing a MongoDB database.
Definition: database.hpp:44
A class to represent the read concern.
Definition: read_concern.hpp:57
read_concern(read_concern &&) noexcept
Move constructs a read_concern.
read_concern & operator=(const read_concern &)
Copy assigns a read_concern.
level
A class to represent the read concern level.
Definition: read_concern.hpp:64
read_concern()
Constructs a new read_concern with default acknowledge_level of k_server_default.
read_concern(const read_concern &)
Copy constructs a read_concern.
Class representing a MongoDB connection string URI.
Definition: uri.hpp:42
The top-level namespace for bsoncxx library entities.
Definition: element.hpp:24
The top-level namespace for mongocxx library entities.
Definition: bulk_write.hpp:24