MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / begin

Method begin

libCacheSim/dataStructure/sparsepp/spp.h:2563–2563  ·  view source on GitHub ↗

iterators ---------

Source from the content-addressed store, hash-verified

2561 // iterators
2562 // ---------
2563 iterator begin() { return _mk_iterator(table.ne_begin()); }
2564 iterator end() { return _mk_iterator(table.ne_end()); }
2565 const_iterator begin() const { return _mk_const_iterator(table.ne_cbegin()); }
2566 const_iterator end() const { return _mk_const_iterator(table.ne_cend()); }

Callers

nothing calls this directly

Calls 6

ne_beginMethod · 0.45
ne_cbeginMethod · 0.45
testMethod · 0.45
get_iterMethod · 0.45
ne_endMethod · 0.45
ne_cendMethod · 0.45

Tested by

no test coverage detected