Couchbase Lite C++
Couchbase Lite C++ API
Loading...
Searching...
No Matches
cbl::CollectionChange Class Reference

Collection change info notified to the collection change listener's callback. More...

#include <cbl++/Collection.hh>

Public Member Functions

Collectioncollection ()
 The collection.
std::vector< slice > & docIDs ()
 The IDs of the changed documents.
 CollectionChange (Collection collection, std::vector< slice > docIDs)
 Internal API.

Detailed Description

Collection change info notified to the collection change listener's callback.

Constructor & Destructor Documentation

◆ CollectionChange()

cbl::CollectionChange::CollectionChange ( Collection collection,
std::vector< slice > docIDs )
inline

Internal API.

Member Function Documentation

◆ collection()

Collection & cbl::CollectionChange::collection ( )
inline

The collection.

◆ docIDs()

std::vector< slice > & cbl::CollectionChange::docIDs ( )
inline

The IDs of the changed documents.


The documentation for this class was generated from the following file: