MCPcopy Create free account
hub / github.com/beefytech/Beef / Dispose

Method Dispose

BeefySysLib/util/Array.h:535–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 }
534
535 void Dispose()
536 {
537 Clear();
538 delete this->mVals;
539 this->mVals = NULL;
540 this->mAllocSize = 0;
541 }
542
543 ArrayImpl& operator=(const ArrayImpl& val)
544 {

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected