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

Method next

src/common/classes/Hash.h:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 Entry* next() const
145 {
146 return nextElement;
147 }
148
149 C* next(const K& key)
150 {

Callers 1

iteratorClass · 0.45

Calls 3

nextFunction · 0.50
isEqualMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected