MCPcopy Create free account
hub / github.com/adriancable/eternal / TMapIterator

Method TMapIterator

doom/src/tarray.h:1036–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034{
1035public:
1036 TMapIterator(MapType &map)
1037 : Map(map), Position(0)
1038 {
1039 }
1040
1041 //=======================================================================
1042 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected