MongoDB C++ Driver 4.2.0
Loading...
Searching...
No Matches
auto_encryption.hpp File Reference

Description

Go to the source code of this file.

Classes

class  mongocxx::v_noabi::options::auto_encryption
 Used by mongocxx::v_noabi::options::client::auto_encryption_opts. More...

Namespaces

namespace  mongocxx
 The top-level namespace within which all mongocxx library entities are declared.
namespace  mongocxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
namespace  mongocxx::v_noabi::options
 Declares entities representing options to use with various commands.

Functions

v_noabi::options::auto_encryption mongocxx::v_noabi::from_v1 (v1::auto_encryption_options v)
 Convert to the mongocxx::v_noabi equivalent of v.
v_noabi::options::auto_encryption mongocxx::v_noabi::from_v1 (v1::auto_encryption_options v, v_noabi::client *client)
 Convert to the mongocxx::v_noabi equivalent of v.
v_noabi::options::auto_encryption mongocxx::v_noabi::from_v1 (v1::auto_encryption_options v, v_noabi::pool *pool)
 Convert to the mongocxx::v_noabi equivalent of v.
v1::auto_encryption_options mongocxx::v_noabi::to_v1 (v_noabi::options::auto_encryption const &v)
 Convert to the mongocxx::v1 equivalent of v.
v1::auto_encryption_options mongocxx::v_noabi::to_v1 (v_noabi::options::auto_encryption const &v, v1::client *client)
 Convert to the mongocxx::v1 equivalent of v.
v1::auto_encryption_options mongocxx::v_noabi::to_v1 (v_noabi::options::auto_encryption const &v, v1::pool *pool)
 Convert to the mongocxx::v1 equivalent of v.