Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
binary_collection Member List

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) constbinary_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
collectionbinary_collectionfriend
decrement(std::string document_id, const decrement_options &options, decrement_handler &&handler) constbinary_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) constbinary_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) constbinary_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