MongoDB C++ Driver  mongocxx-3.0.2
Public Member Functions | List of all members
mongocxx::options::client Class Reference

Class representing the optional arguments to a MongoDB driver client object. More...

#include <client.hpp>

Public Member Functions

clientssl_opts (ssl ssl_opts)
 Sets the SSL-related options. More...
 
const stdx::optional< ssl > & ssl_opts () const
 The current SSL-related options. More...
 

Detailed Description

Class representing the optional arguments to a MongoDB driver client object.

Member Function Documentation

client& mongocxx::options::client::ssl_opts ( ssl  ssl_opts)

Sets the SSL-related options.

Parameters
ssl_optsThe SSL related options.
const stdx::optional<ssl>& mongocxx::options::client::ssl_opts ( ) const

The current SSL-related options.

Returns
The SSL-related options.

The documentation for this class was generated from the following file: