MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / destroy

Method destroy

src/utils/Profiler.cpp:122–127  ·  view source on GitHub ↗

Destroy the node

Source from the content-addressed store, hash-verified

120
121// Destroy the node
122void ProfileNode::destroy() {
123 delete mChildNode;
124 mChildNode = nullptr;
125 delete mSiblingNode;
126 mSiblingNode = nullptr;
127}
128
129// Constructor
130ProfileNodeIterator::ProfileNodeIterator(ProfileNode* startingNode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected