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 MONGOCXX_INLINE_NAMESPACE_BEGIN
115 void acknowledge_level(
level rc_level);
125 level acknowledge_level()
const;
136 void acknowledge_string(stdx::string_view rc_string);
146 stdx::string_view acknowledge_string()
const;
176 class MONGOCXX_PRIVATE impl;
178 MONGOCXX_PRIVATE
read_concern(std::unique_ptr<impl>&& implementation);
180 std::unique_ptr<impl> _impl;
183 MONGOCXX_INLINE_NAMESPACE_END
186 #include <mongocxx/config/postlude.hpp> Class representing a MongoDB connection string URI.
Definition: uri.hpp:40
Class representing the optional arguments for a transaction.
Definition: transaction.hpp:38
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
level
A class to represent the read concern level.
Definition: read_concern.hpp:61
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:33
Class representing a client connection to MongoDB.
Definition: client.hpp:57
Class representing a MongoDB database.
Definition: database.hpp:43
A class to represent the read concern.
Definition: read_concern.hpp:54
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:85