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

Method getFirst

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

Source from the content-addressed store, hash-verified

109 KeyValuePair* current() const { return m_Accessor.current(); }
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); }

Callers 5

BaseIteratorMethod · 0.45
getFirstMethod · 0.45
assignMethod · 0.45
takeOwnershipMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected