Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ iterator
Method
iterator
src/common/classes/stack.h:333–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
332
public:
333
explicit iterator(Stack<Object, Capacity>& s)
334
: stk(s.stk), elem(stk ? stk->getCount() : 0)
335
{ }
336
337
iterator(const iterator& i)
338
: stk(i.stk), elem(i.elem)
Callers
nothing calls this directly
Calls
1
getCount
Method · 0.45
Tested by
no test coverage detected