|
MongoDB C++ Driver
mongocxx-3.6.0
|
17 #include <bsoncxx/types/bson_value/value.hpp>
18 #include <bsoncxx/types/bson_value/view.hpp>
19 #include <mongocxx/options/client_encryption.hpp>
20 #include <mongocxx/options/data_key.hpp>
21 #include <mongocxx/options/encrypt.hpp>
23 #include <mongocxx/config/prelude.hpp>
26 MONGOCXX_INLINE_NAMESPACE_BEGIN
100 class MONGOCXX_PRIVATE impl;
102 std::unique_ptr<impl> _impl;
105 MONGOCXX_INLINE_NAMESPACE_END
108 #include <mongocxx/config/postlude.hpp>
Class representing options for the object managing explicit client-side encryption.
Definition: client_encryption.hpp:34
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing options for explicit client-side encryption.
Definition: encrypt.hpp:34
Class representing options for data key generation for encryption.
Definition: data_key.hpp:36
Definition: client_encryption.hpp:28
A variant owning type that represents any BSON type.
Definition: value.hpp:39
A view-only variant that can contain any BSON type.
Definition: view.hpp:44