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

Method MemWatchTreeNode

Source/MemoryWatch/MemWatchTreeNode.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "../GUI/GUICommon.h"
9
10MemWatchTreeNode::MemWatchTreeNode(MemWatchEntry* const entry, MemWatchTreeNode* const parent,
11 const bool isGroup, QString groupName)
12 : m_isGroup(isGroup), m_groupName(std::move(groupName)), m_entry(entry), m_parent(parent)
13{
14}
15
16MemWatchTreeNode::~MemWatchTreeNode()
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected