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

Method HashSetIterator

lout/container.cc:589–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}*/
588
589HashSet::HashSetIterator::HashSetIterator(HashSet *set)
590{
591 this->set = set;
592 node = NULL;
593 pos = -1;
594 gotoNext();
595}
596
597void HashSet::HashSetIterator::gotoNext()
598{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected