Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNext
Method · 0.45
assign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected