|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
This is the complete list of members for collection, including all inherited members.
| binary() const -> binary_collection | collection | |
| bucket class | collection | friend |
| bucket_name() const -> const std::string & | collection | |
| default_name | collection | static |
| exists(std::string document_id, const exists_options &options, exists_handler &&handler) const | collection | |
| exists(std::string document_id, const exists_options &options={}) const -> std::future< std::pair< error, exists_result > > | collection | |
| get(std::string document_id, const get_options &options, get_handler &&handler) const | collection | |
| get(std::string document_id, const get_options &options={}) const -> std::future< std::pair< error, get_result > > | collection | |
| get_all_replicas(std::string document_id, const get_all_replicas_options &options, get_all_replicas_handler &&handler) const | collection | |
| get_all_replicas(std::string document_id, const get_all_replicas_options &options={}) const -> std::future< std::pair< error, get_all_replicas_result > > | collection | |
| get_and_lock(std::string document_id, std::chrono::seconds lock_duration, const get_and_lock_options &options, get_and_lock_handler &&handler) const | collection | |
| get_and_lock(std::string document_id, std::chrono::seconds lock_duration, const get_and_lock_options &options={}) const -> std::future< std::pair< error, get_result > > | collection | |
| get_and_touch(std::string document_id, std::chrono::seconds duration, const get_and_touch_options &options, get_and_touch_handler &&handler) const | collection | |
| get_and_touch(std::string document_id, std::chrono::seconds duration, const get_and_touch_options &options={}) const -> std::future< std::pair< error, get_result > > | collection | |
| get_and_touch(std::string document_id, std::chrono::system_clock::time_point time_point, const get_and_touch_options &options, get_and_touch_handler &&handler) const | collection | |
| get_and_touch(std::string document_id, std::chrono::system_clock::time_point time_point, const get_and_touch_options &options={}) const -> std::future< std::pair< error, get_result > > | collection | |
| get_any_replica(std::string document_id, const get_any_replica_options &options, get_any_replica_handler &&handler) const | collection | |
| get_any_replica(std::string document_id, const get_any_replica_options &options={}) const -> std::future< std::pair< error, get_replica_result > > | collection | |
| insert(std::string document_id, codec::encoded_value document, const insert_options &options, insert_handler &&handler) const | collection | |
| insert(std::string document_id, Document document, const insert_options &options, insert_handler &&handler) const | collection | inline |
| insert(std::string document_id, codec::encoded_value document, const insert_options &options) const -> std::future< std::pair< error, mutation_result > > | collection | |
| insert(std::string document_id, const Document &document, const insert_options &options={}) const -> std::future< std::pair< error, mutation_result > > | collection | inline |
| lookup_in(std::string document_id, const lookup_in_specs &specs, const lookup_in_options &options, lookup_in_handler &&handler) const | collection | |
| lookup_in(std::string document_id, const lookup_in_specs &specs, const lookup_in_options &options={}) const -> std::future< std::pair< error, lookup_in_result > > | collection | |
| lookup_in_all_replicas(std::string document_id, const lookup_in_specs &specs, const lookup_in_all_replicas_options &options, lookup_in_all_replicas_handler &&handler) const | collection | |
| lookup_in_all_replicas(std::string document_id, const lookup_in_specs &specs, const lookup_in_all_replicas_options &options={}) const -> std::future< std::pair< error, lookup_in_all_replicas_result > > | collection | |
| lookup_in_any_replica(std::string document_id, const lookup_in_specs &specs, const lookup_in_any_replica_options &options, lookup_in_any_replica_handler &&handler) const | collection | |
| lookup_in_any_replica(std::string document_id, const lookup_in_specs &specs, const lookup_in_any_replica_options &options={}) const -> std::future< std::pair< error, lookup_in_replica_result > > | collection | |
| mutate_in(std::string document_id, const mutate_in_specs &specs, const mutate_in_options &options, mutate_in_handler &&handler) const | collection | |
| mutate_in(std::string document_id, const mutate_in_specs &specs, const mutate_in_options &options={}) const -> std::future< std::pair< error, mutate_in_result > > | collection | |
| name() const -> const std::string & | collection | |
| query_indexes() const -> collection_query_index_manager | collection | |
| remove(std::string document_id, const remove_options &options, remove_handler &&handler) const | collection | |
| remove(std::string document_id, const remove_options &options={}) const -> std::future< std::pair< error, mutation_result > > | collection | |
| replace(std::string document_id, codec::encoded_value document, const replace_options &options, replace_handler &&handler) const | collection | |
| replace(std::string document_id, Document document, const replace_options &options, replace_handler &&handler) const | collection | inline |
| replace(std::string document_id, codec::encoded_value document, const replace_options &options) const -> std::future< std::pair< error, mutation_result > > | collection | |
| replace(std::string document_id, const Document &document, const replace_options &options={}) const -> std::future< std::pair< error, mutation_result > > | collection | inline |
| scan(const scan_type &scan_type, const scan_options &options, scan_handler &&handler) const | collection | |
| scan(const scan_type &scan_type, const scan_options &options={}) const -> std::future< std::pair< error, scan_result > > | collection | |
| scope class | collection | friend |
| scope_name() const -> const std::string & | collection | |
| touch(std::string document_id, std::chrono::seconds duration, const touch_options &options, touch_handler &&handler) const | collection | |
| touch(std::string document_id, std::chrono::seconds duration, const touch_options &options={}) const -> std::future< std::pair< error, result > > | collection | |
| touch(std::string document_id, std::chrono::system_clock::time_point time_point, const touch_options &options, touch_handler &&handler) const | collection | |
| touch(std::string document_id, std::chrono::system_clock::time_point time_point, const touch_options &options={}) const -> std::future< std::pair< error, result > > | collection | |
| unlock(std::string document_id, couchbase::cas cas, const unlock_options &options, unlock_handler &&handler) const | collection | |
| unlock(std::string document_id, couchbase::cas cas, const unlock_options &options={}) const -> std::future< error > | collection | |
| upsert(std::string document_id, codec::encoded_value document, const upsert_options &options, upsert_handler &&handler) const | collection | |
| upsert(std::string document_id, Document document, const upsert_options &options, upsert_handler &&handler) const | collection | inline |
| upsert(std::string document_id, codec::encoded_value document, const upsert_options &options) const -> std::future< std::pair< error, mutation_result > > | collection | |
| upsert(std::string document_id, const Document &document, const upsert_options &options={}) const -> std::future< std::pair< error, mutation_result > > | collection | inline |