|
Couchbase Lite C++
Couchbase Lite C++ API
|
This is the complete list of members for cbl::Collection, including all inherited members.
| addChangeListener(CollectionChangeListener::Callback callback) | cbl::Collection | inline |
| addDocumentChangeListener(std::string_view docID, CollectionDocumentChangeListener::Callback callback) | cbl::Collection | inline |
| adopt(const CBLCollection *_Nullable d, CBLError *error) | cbl::Collection | inlineprotectedstatic |
| Collection() noexcept | cbl::Collection | inline |
| Collection(CBLCollection *_Nullable ref) | cbl::Collection | inlineexplicitprotected |
| Collection(const Collection &other) noexcept | cbl::Collection | inline |
| Collection(Collection &&other) noexcept | cbl::Collection | inline |
| CollectionChangeListener typedef | cbl::Collection | |
| CollectionDocumentChangeListener typedef | cbl::Collection | |
| count() const | cbl::Collection | inline |
| createArrayIndex(std::string_view name, ArrayIndexConfiguration config) | cbl::Collection | inline |
| createFullTextIndex(std::string_view name, FullTextIndexConfiguration config) | cbl::Collection | inline |
| createValueIndex(std::string_view name, ValueIndexConfiguration config) | cbl::Collection | inline |
| createVectorIndex(std::string_view name, VectorIndexConfiguration config) | cbl::Collection | inline |
| Database class | cbl::Collection | friend |
| database() const | cbl::Collection | inline |
| deleteDocument(Document &doc) | cbl::Collection | inline |
| deleteDocument(Document &doc, CBLConcurrencyControl concurrency) | cbl::Collection | inline |
| deleteIndex(std::string_view name) | cbl::Collection | inline |
| Document class | cbl::Collection | friend |
| fullName() const | cbl::Collection | inline |
| getDocument(std::string_view docID) const | cbl::Collection | inline |
| getDocumentExpiration(std::string_view docID) const | cbl::Collection | inline |
| getIndex(std::string_view name) | cbl::Collection | inline |
| getIndexNames() | cbl::Collection | inline |
| getMutableDocument(std::string_view docID) const | cbl::Collection | inline |
| name() const | cbl::Collection | inline |
| operator bool() const | cbl::Collection | inlineexplicit |
| operator!=(const Collection &other) const | cbl::Collection | inline |
| operator=(std::nullptr_t) | cbl::Collection | inline |
| operator=(const Collection &other) noexcept | cbl::Collection | inline |
| operator=(Collection &&other) noexcept | cbl::Collection | inline |
| operator==(const Collection &other) const | cbl::Collection | inline |
| purgeDocument(Document &doc) | cbl::Collection | inline |
| purgeDocument(std::string_view docID) | cbl::Collection | inline |
| QueryIndex class | cbl::Collection | friend |
| ref() const | cbl::Collection | inline |
| saveDocument(MutableDocument &doc) | cbl::Collection | inline |
| saveDocument(MutableDocument &doc, CBLConcurrencyControl concurrency) | cbl::Collection | inline |
| saveDocument(MutableDocument &doc, CollectionConflictHandler handler) | cbl::Collection | inline |
| scopeName() const | cbl::Collection | inline |
| setDocumentExpiration(std::string_view docID, time_t expiration) | cbl::Collection | inline |
| valid() const | cbl::Collection | inline |