MongoDB C++ Driver
mongocxx-3.7.0
|
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
84 stdx::optional<std::string> create_one(
112 stdx::optional<std::string> create_one(
142 stdx::optional<std::string> create_one(
165 stdx::optional<std::string> create_one(
195 const std::vector<index_model>& indexes,
220 const std::vector<index_model>& indexes,
245 void drop_one(stdx::string_view name,
267 stdx::string_view name,
425 class MONGOCXX_PRIVATE impl;
429 MONGOCXX_PRIVATE impl& _get_impl();
432 std::unique_ptr<impl> _impl;
435 MONGOCXX_INLINE_NAMESPACE_END
438 #include <mongocxx/config/postlude.hpp>
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing an index on a MongoDB server.
Definition: index_model.hpp:29
Class representing a client connection to MongoDB.
Definition: client.hpp:58
Class representing optional arguments to IndexView operations.
Definition: index_view.hpp:31
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:34
Class representing a MongoDB index view.
Definition: index_view.hpp:35
Use a session for a sequence of operations, optionally with either causal consistency or snapshots.
Definition: client_session.hpp:40
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:83
Class representing a pointer to the result set of a query on a MongoDB server.
Definition: cursor.hpp:36