20 #include <bsoncxx/document/value.hpp> 21 #include <bsoncxx/stdx/optional.hpp> 22 #include <mongocxx/client_session.hpp> 23 #include <mongocxx/cursor.hpp> 24 #include <mongocxx/index_model.hpp> 25 #include <mongocxx/options/index_view.hpp> 27 #include <mongocxx/config/prelude.hpp> 30 MONGOCXX_INLINE_NAMESPACE_BEGIN
81 stdx::optional<std::string> create_one(
109 stdx::optional<std::string> create_one(
139 stdx::optional<std::string> create_one(
162 stdx::optional<std::string> create_one(
192 const std::vector<index_model>& indexes,
217 const std::vector<index_model>& indexes,
242 void drop_one(stdx::string_view name,
264 stdx::string_view name,
422 class MONGOCXX_PRIVATE impl;
426 MONGOCXX_PRIVATE impl& _get_impl();
429 std::unique_ptr<impl> _impl;
432 MONGOCXX_INLINE_NAMESPACE_END
435 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:33
Class representing a pointer to the result set of a query on a MongoDB server.
Definition: cursor.hpp:36
Use a session for a sequence of operations, optionally with causal consistency.
Definition: client_session.hpp:38
Definition: index_view.hpp:32
Class representing optional arguments to IndexView operations.
Definition: index_view.hpp:31
Class representing an index on a MongoDB server.
Definition: index_model.hpp:29
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:87