MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / ~ODBlock

Method ~ODBlock

physx/samples/sampleframework/framework/src/ODBlock.cpp:251–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251ODBlock::~ODBlock()
252{
253 //free the contents
254 ODBlockList::Iterator i;
255 for (i = subBlocks.begin(); i != subBlocks.end(); ++i)
256 delete (*i);
257 //free the pointers
258 subBlocks.clear();
259
260 //delete [] identifier;
261 identifier[0] = '\0';
262 identSize = 0;
263}
264
265
266bool ODBlock::saveScript(SampleFramework::File * fp,bool bQuote)

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected