MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / MapReader

Method MapReader

MonaCore/include/Mona/MapReader.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29public:
30
31 MapReader(const MapType& map) : _begin(map.begin()),_it(map.begin()),_end(map.end()) {}
32
33 void reset() { _it = _begin; }
34

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected