This is the complete list of members for mongocxx::v1::client, including all inherited members.
| client(client &&other) noexcept | mongocxx::v1::client | |
| client(client const &other)=delete | mongocxx::v1::client | |
| client(v1::uri uri, options opts) | mongocxx::v1::client | |
| client(v1::uri uri) | mongocxx::v1::client | |
| client() | mongocxx::v1::client | |
| database(bsoncxx::v1::stdx::string_view name) | mongocxx::v1::client | |
| errc enum name | mongocxx::v1::client | |
| error_category() | mongocxx::v1::client | static |
| list_database_names(bsoncxx::v1::document::view filter) | mongocxx::v1::client | |
| list_database_names(v1::client_session const &session, bsoncxx::v1::document::view filter) | mongocxx::v1::client | |
| list_database_names() | mongocxx::v1::client | |
| list_database_names(v1::client_session const &session) | mongocxx::v1::client | |
| list_databases() | mongocxx::v1::client | |
| list_databases(v1::client_session const &session) | mongocxx::v1::client | |
| list_databases(bsoncxx::v1::document::view opts) | mongocxx::v1::client | |
| list_databases(v1::client_session const &session, bsoncxx::v1::document::view opts) | mongocxx::v1::client | |
| make_error_code(errc v) | mongocxx::v1::client | friend |
| operator bool() const | mongocxx::v1::client | explicit |
| operator=(client &&other) noexcept | mongocxx::v1::client | |
| operator=(client const &other)=delete | mongocxx::v1::client | |
| operator[](bsoncxx::v1::stdx::string_view name) | mongocxx::v1::client | |
| reset() | mongocxx::v1::client | |
| start_session(v1::client_session::options const &opts) | mongocxx::v1::client | |
| start_session() | mongocxx::v1::client | |
| uri() const | mongocxx::v1::client | |
| watch(v1::change_stream::options const &opts) | mongocxx::v1::client | |
| watch() | mongocxx::v1::client | |
| watch(v1::client_session const &session, v1::change_stream::options const &opts) | mongocxx::v1::client | |
| watch(v1::client_session const &session) | mongocxx::v1::client | |
| watch(v1::pipeline const &pipeline, v1::change_stream::options const &opts) | mongocxx::v1::client | |
| watch(v1::client_session const &session, v1::pipeline const &pipeline, v1::change_stream::options const &opts) | mongocxx::v1::client | |
| watch(v1::pipeline const &pipeline) | mongocxx::v1::client | |
| watch(v1::client_session const &session, v1::pipeline const &pipeline) | mongocxx::v1::client | |
| ~client() | mongocxx::v1::client |