MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / Mem

Method Mem

ReClass/tinyxml2.h:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 const T* Mem() const {
276 TIXMLASSERT( _mem );
277 return _mem;
278 }
279
280 T* Mem() {
281 TIXMLASSERT( _mem );

Callers 1

CStrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected