|
Couchbase Lite C++
Couchbase Lite C++ API
|
Collection change info notified to the collection change listener's callback. More...
#include <cbl++/Collection.hh>
Public Member Functions | |
| Collection & | collection () |
| The collection. | |
| std::vector< slice > & | docIDs () |
| The IDs of the changed documents. | |
| CollectionChange (Collection collection, std::vector< slice > docIDs) | |
| Internal API. | |
Collection change info notified to the collection change listener's callback.
|
inline |
Internal API.
|
inline |
The collection.
|
inline |
The IDs of the changed documents.