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

Method BaseIterator

src/common/classes/GenericMap.h:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 {
62 public:
63 BaseIterator(TGenericMap* map, bool initFinished = false)
64 : accessor(map),
65 finished(initFinished)
66 {
67 if (!initFinished)
68 finished = !accessor.getFirst();
69 }
70
71 public:
72 bool operator !=(const BaseIterator& o)

Callers

nothing calls this directly

Calls 1

getFirstMethod · 0.45

Tested by

no test coverage detected