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

Method current

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

Source from the content-addressed store, hash-verified

107 explicit Accessor(GenericMap* map) : m_Accessor(&map->tree) {}
108
109 KeyValuePair* current() const { return m_Accessor.current(); }
110
111 bool getFirst() { return m_Accessor.getFirst(); }
112 bool getNext() { return m_Accessor.getNext(); }

Callers 8

operator !=Method · 0.45
BaseIteratorClass · 0.45
currentMethod · 0.45
assignMethod · 0.45
clearMethod · 0.45
removeMethod · 0.45
putMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected