Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zalafina/QKeyMapper
/ iterator
Method
iterator
QKeyMapper/orderedmap/orderedmap.h:150–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
public:
150
iterator() : data(NULL) {}
151
152
iterator(const QllIterator &qllIter, OMHash *data) :
153
qllIter(qllIter), data(data) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected