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

Method iterator

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

Source from the content-addressed store, hash-verified

140 public:
141 inline iterator(Array);
142 inline iterator(const FLArrayIterator &i) :FLArrayIterator(i) { }
143 inline Value value() const;
144 inline uint32_t count() const {return FLArrayIterator_GetCount(this);}
145 inline bool next();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected