MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / ~MemWatchTreeNode

Method ~MemWatchTreeNode

Source/MemoryWatch/MemWatchTreeNode.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16MemWatchTreeNode::~MemWatchTreeNode()
17{
18 deleteChildren();
19 m_parent = nullptr;
20 delete m_entry;
21 m_entry = nullptr;
22}
23
24bool MemWatchTreeNode::isGroup() const
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected