MCPcopy Create free account
hub / github.com/couchbase/fleece / next

Method next

API/fleece/Fleece.hh:306–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305 void skipChildren() {FLDeepIterator_SkipChildren(_i);}
306 bool next() {return FLDeepIterator_Next(_i);}
307
308 explicit operator bool() const {return value() != nullptr;}
309 DeepIterator& operator++() {next(); return *this;}

Callers

nothing calls this directly

Calls 1

FLDeepIterator_NextFunction · 0.85

Tested by

no test coverage detected