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

Method getNext

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

Source from the content-addressed store, hash-verified

110
111 bool getFirst() { return m_Accessor.getFirst(); }
112 bool getNext() { return m_Accessor.getNext(); }
113
114 bool locate(const KeyType& key) { return m_Accessor.locate(key); }
115

Callers 3

operator ++Method · 0.45
getNextMethod · 0.45
assignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected