This is the complete list of members for mongocxx::v1::collection, including all inherited members.
| aggregate(v1::pipeline const &pipeline, v1::aggregate_options const &opts={}) | mongocxx::v1::collection | |
| aggregate(v1::client_session const &session, v1::pipeline const &pipeline, v1::aggregate_options const &opts={}) | mongocxx::v1::collection | |
| bulk_write(Container const &writes, v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | inline |
| bulk_write(v1::client_session const &session, Container const &writes, v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | inline |
| bulk_write(InputIt begin, Sentinel end, v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | inline |
| bulk_write(v1::client_session const &session, InputIt begin, Sentinel end, v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | inline |
| collection(collection &&other) noexcept | mongocxx::v1::collection | |
| collection(collection const &other) | mongocxx::v1::collection | |
| collection() | mongocxx::v1::collection | |
| count_documents(bsoncxx::v1::document::view filter, v1::count_options const &opts={}) | mongocxx::v1::collection | |
| count_documents(v1::client_session const &session, bsoncxx::v1::document::view filter, v1::count_options const &opts={}) | mongocxx::v1::collection | |
| create_bulk_write(v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | |
| create_bulk_write(v1::client_session const &session, v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | |
| create_index(bsoncxx::v1::document::value keys, bsoncxx::v1::document::value index_opts={}, v1::indexes::create_one_options const &create_opts={}) | mongocxx::v1::collection | inline |
| create_index(v1::client_session const &session, bsoncxx::v1::document::value keys, bsoncxx::v1::document::value index_opts={}, v1::indexes::create_one_options const &create_opts={}) | mongocxx::v1::collection | inline |
| delete_many(bsoncxx::v1::document::view q, v1::delete_many_options const &opts={}) | mongocxx::v1::collection | |
| delete_many(v1::client_session const &session, bsoncxx::v1::document::view q, v1::delete_many_options const &opts={}) | mongocxx::v1::collection | |
| delete_one(bsoncxx::v1::document::view q, v1::delete_one_options const &opts={}) | mongocxx::v1::collection | |
| delete_one(v1::client_session const &session, bsoncxx::v1::document::view q, v1::delete_one_options const &opts={}) | mongocxx::v1::collection | |
| distinct(bsoncxx::v1::stdx::string_view key, bsoncxx::v1::document::view query, v1::distinct_options const &opts={}) | mongocxx::v1::collection | |
| distinct(v1::client_session const &session, bsoncxx::v1::stdx::string_view key, bsoncxx::v1::document::view query, v1::distinct_options const &opts={}) | mongocxx::v1::collection | |
| drop(bsoncxx::v1::stdx::optional< v1::write_concern > const &wc={}, bsoncxx::v1::document::view opts={}) | mongocxx::v1::collection | |
| drop(v1::client_session const &session, bsoncxx::v1::stdx::optional< v1::write_concern > const &wc={}, bsoncxx::v1::document::view opts={}) | mongocxx::v1::collection | |
| errc enum name | mongocxx::v1::collection | |
| error_category() | mongocxx::v1::collection | static |
| estimated_document_count(v1::estimated_document_count_options const &opts={}) | mongocxx::v1::collection | |
| find(bsoncxx::v1::document::view filter, v1::find_options const &opts={}) | mongocxx::v1::collection | |
| find(v1::client_session const &session, bsoncxx::v1::document::view filter, v1::find_options const &opts={}) | mongocxx::v1::collection | |
| find_one(bsoncxx::v1::document::view filter, v1::find_options const &opts={}) | mongocxx::v1::collection | |
| find_one(v1::client_session const &session, bsoncxx::v1::document::view filter, v1::find_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_delete(bsoncxx::v1::document::view query, v1::find_one_and_delete_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_delete(v1::client_session const &session, bsoncxx::v1::document::view query, v1::find_one_and_delete_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_replace(bsoncxx::v1::document::view query, bsoncxx::v1::document::view replacement, v1::find_one_and_replace_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_replace(v1::client_session const &session, bsoncxx::v1::document::view query, bsoncxx::v1::document::view replacement, v1::find_one_and_replace_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_update(bsoncxx::v1::document::view query, bsoncxx::v1::document::view update, v1::find_one_and_update_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_update(bsoncxx::v1::document::view query, v1::pipeline const &update, v1::find_one_and_update_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_update(v1::client_session const &session, bsoncxx::v1::document::view query, bsoncxx::v1::document::view update, v1::find_one_and_update_options const &opts={}) | mongocxx::v1::collection | |
| find_one_and_update(v1::client_session const &session, bsoncxx::v1::document::view query, v1::pipeline const &update, v1::find_one_and_update_options const &opts={}) | mongocxx::v1::collection | |
| indexes() | mongocxx::v1::collection | |
| insert_many(Container const &docs, v1::insert_many_options const &opts={}) | mongocxx::v1::collection | inline |
| insert_many(v1::client_session const &session, Container const &docs, v1::insert_many_options const &opts={}) | mongocxx::v1::collection | inline |
| insert_many(InputIt begin, Sentinel end, v1::insert_many_options const &opts={}) | mongocxx::v1::collection | inline |
| insert_many(v1::client_session const &session, InputIt begin, Sentinel end, v1::insert_many_options const &opts={}) | mongocxx::v1::collection | inline |
| insert_one(bsoncxx::v1::document::view document, v1::insert_one_options const &opts={}) | mongocxx::v1::collection | |
| insert_one(v1::client_session const &session, bsoncxx::v1::document::view document, v1::insert_one_options const &opts={}) | mongocxx::v1::collection | |
| list_indexes() | mongocxx::v1::collection | inline |
| list_indexes(v1::client_session const &session) | mongocxx::v1::collection | inline |
| make_error_code(errc v) | mongocxx::v1::collection | friend |
| name() const | mongocxx::v1::collection | |
| operator bool() const | mongocxx::v1::collection | explicit |
| operator=(collection &&other) noexcept | mongocxx::v1::collection | |
| operator=(collection const &other) | mongocxx::v1::collection | |
| read_concern(v1::read_concern const &rc) | mongocxx::v1::collection | |
| read_concern() const | mongocxx::v1::collection | |
| read_preference(v1::read_preference const &rp) | mongocxx::v1::collection | |
| read_preference() const | mongocxx::v1::collection | |
| rename(bsoncxx::v1::stdx::string_view new_name, bool drop_target=false, bsoncxx::v1::stdx::optional< v1::write_concern > const &write_concern={}) | mongocxx::v1::collection | |
| rename(v1::client_session const &session, bsoncxx::v1::stdx::string_view new_name, bool drop_target=false, bsoncxx::v1::stdx::optional< v1::write_concern > const &write_concern={}) | mongocxx::v1::collection | |
| replace_one(bsoncxx::v1::document::view filter, bsoncxx::v1::document::value replacement, v1::replace_one_options const &opts={}) | mongocxx::v1::collection | |
| replace_one(v1::client_session const &session, bsoncxx::v1::document::view filter, bsoncxx::v1::document::value replacement, v1::replace_one_options const &opts={}) | mongocxx::v1::collection | |
| search_indexes() | mongocxx::v1::collection | |
| update_many(bsoncxx::v1::document::view filter, bsoncxx::v1::document::view update, v1::update_many_options const &opts={}) | mongocxx::v1::collection | |
| update_many(bsoncxx::v1::document::view filter, v1::pipeline const &update, update_many_options const &opts={}) | mongocxx::v1::collection | |
| update_many(v1::client_session const &session, bsoncxx::v1::document::view filter, bsoncxx::v1::document::view update, v1::update_many_options const &opts={}) | mongocxx::v1::collection | |
| update_many(v1::client_session const &session, bsoncxx::v1::document::view filter, v1::pipeline const &update, v1::update_many_options const &opts={}) | mongocxx::v1::collection | |
| update_one(bsoncxx::v1::document::view filter, bsoncxx::v1::document::view update, v1::update_one_options const &opts={}) | mongocxx::v1::collection | |
| update_one(bsoncxx::v1::document::view filter, v1::pipeline const &update, update_one_options const &opts={}) | mongocxx::v1::collection | |
| update_one(v1::client_session const &session, bsoncxx::v1::document::view filter, bsoncxx::v1::document::view update, v1::update_one_options const &opts={}) | mongocxx::v1::collection | |
| update_one(v1::client_session const &session, bsoncxx::v1::document::view filter, v1::pipeline const &update, v1::update_one_options const &opts={}) | mongocxx::v1::collection | |
| watch(v1::change_stream::options const &opts={}) | mongocxx::v1::collection | |
| watch(v1::client_session const &session, v1::change_stream::options const &opts={}) | mongocxx::v1::collection | |
| watch(v1::pipeline const &pipeline, v1::change_stream::options const &opts={}) | mongocxx::v1::collection | |
| watch(v1::client_session const &session, v1::pipeline const &pipeline, v1::change_stream::options const &opts={}) | mongocxx::v1::collection | |
| write(v1::bulk_write::single const &write, v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | inline |
| write(v1::client_session const &session, v1::bulk_write::single const &write, v1::bulk_write::options const &opts={}) | mongocxx::v1::collection | inline |
| write_concern(v1::write_concern const &wc) | mongocxx::v1::collection | |
| write_concern() const | mongocxx::v1::collection | |
| ~collection() | mongocxx::v1::collection |