Provides mongocxx::v_noabi::options::apm.
Provides mongocxx::v_noabi::options::auto_encryption.
A polyfill for std::optional<T>.
Definition optional.hpp:874
Class representing MongoDB application performance monitoring.
Definition apm.hpp:43
Class representing options for automatic client-side encryption.
Definition auto_encryption.hpp:37
Class representing the optional arguments to a MongoDB driver client object.
Definition client.hpp:39
client & auto_encryption_opts(auto_encryption auto_encryption_opts)
Sets the automatic encryption options.
MONGOCXX_DEPRECATED const stdx::optional< tls > & ssl_opts() const
The current SSL-related options.
client & apm_opts(apm apm_opts)
Sets the APM-related options.
const stdx::optional< server_api > & server_api_opts() const
Gets the current server API options or returns a disengaged optional if there are no server API optio...
const stdx::optional< apm > & apm_opts() const
The current APM-related options.
client & server_api_opts(server_api server_api_opts)
Sets the server API options.
const stdx::optional< auto_encryption > & auto_encryption_opts() const
Gets the current automatic encryption options.
client & tls_opts(tls tls_opts)
Sets the TLS-related options.
const stdx::optional< tls > & tls_opts() const
The current TLS-related options.
MONGOCXX_DEPRECATED client & ssl_opts(tls ssl_opts)
Sets the SSL-related options.
Class representing options for server API.
Definition server_api.hpp:40
Class representing the optional arguments to a MongoDB driver client (TLS)
Definition tls.hpp:35
#define MONGOCXX_DEPRECATED
Declares the associated entity as deprecated.
Definition fwd.hpp:258
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
The mongocxx macro guard postlude header.
The mongocxx macro guard prelude header.
The top-level namespace within which all mongocxx library entities are declared.
Provides std::optional-related polyfills for library API usage.
Declares mongocxx::v_noabi::options::client.
Provides mongocxx::v_noabi::options::server_api.
Provides mongocxx::v_noabi::options::tls.