MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / ~DynArray

Method ~DynArray

src/xml/tinyxml2.h:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 ~DynArray() {
221 if ( _mem != _pool ) {
222 delete [] _mem;
223 }
224 }
225
226 void Clear() {
227 _size = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected