MCPcopy Create free account
hub / github.com/ZDoom/Raze / TMap

Method TMap

source/common/utility/tarray.h:1177–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175 typedef VT ValueType;
1176
1177 TMap() { NumUsed = 0; SetNodeVector(1); }
1178 TMap(hash_t size) { NumUsed = 0; SetNodeVector(size); }
1179 ~TMap() { ClearNodeVector(); }
1180

Callers

nothing calls this directly

Calls 2

CountUsedMethod · 0.80
SetNodeVectorMethod · 0.80

Tested by

no test coverage detected