Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
This is the complete list of members for binary_collection, including all inherited members.
append(std::string document_id, std::vector< std::byte > data, const append_options &options, append_handler &&handler) const | binary_collection | |
append(std::string document_id, std::vector< std::byte > data, const append_options &options) const -> std::future< std::pair< error, mutation_result > > | binary_collection | |
bucket_name() const -> const std::string & | binary_collection | |
collection class | binary_collection | friend |
decrement(std::string document_id, const decrement_options &options, decrement_handler &&handler) const | binary_collection | |
decrement(std::string document_id, const decrement_options &options) const -> std::future< std::pair< error, counter_result > > | binary_collection | |
increment(std::string document_id, const increment_options &options, increment_handler &&handler) const | binary_collection | |
increment(std::string document_id, const increment_options &options) const -> std::future< std::pair< error, counter_result > > | binary_collection | |
name() const -> const std::string & | binary_collection | |
prepend(std::string document_id, std::vector< std::byte > data, const prepend_options &options, prepend_handler &&handler) const | binary_collection | |
prepend(std::string document_id, std::vector< std::byte > data, const prepend_options &options) const -> std::future< std::pair< error, mutation_result > > | binary_collection | |
scope_name() const -> const std::string & | binary_collection |