MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / iterator

Method iterator

src/common/classes/objects_array.h:643–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641
642 public:
643 iterator() : ptr(NULL) { }
644 iterator(const iterator& it) : ptr(it.ptr) { }
645 explicit iterator(PointersArray& a) : ptr(a.pointers.begin()) { }
646

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected