MCPcopy Create free account
hub / github.com/dillo-browser/dillo / VectorIterator

Method VectorIterator

lout/container.hh:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139 public:
140 VectorIterator(Vector *vector) { this->vector = vector; index = -1; }
141 bool hasNext();
142 Object *getNext();
143 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected