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

Document change info notified to the document change listener's callback. More...

#include <cbl++/Collection.hh>

Public Member Functions

Collectioncollection ()
 The collection.
slicedocID ()
 The ID of the changed document.
 DocumentChange (Collection collection, std::string_view docID)
 Internal API.

Detailed Description

Document change info notified to the document change listener's callback.

Constructor & Destructor Documentation

◆ DocumentChange()

cbl::DocumentChange::DocumentChange ( Collection collection,
std::string_view docID )
inline

Internal API.

Member Function Documentation

◆ collection()

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

The collection.

◆ docID()

slice & cbl::DocumentChange::docID ( )
inline

The ID of the changed document.


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