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

Method getStructDef

Source/Structs/StructTreeNode.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119StructDef* StructTreeNode::getStructDef() const
120{
121 return m_structDef;
122}
123
124void StructTreeNode::setStructDef(StructDef* structDef)
125{

Callers 15

StructTreeNodeMethod · 0.80
getSizeOfStructMethod · 0.80
updateFieldOffsetsMethod · 0.80
loadStructMethod · 0.80
saveStructMethod · 0.80
getStructMapMethod · 0.80
onDetailNameChangedMethod · 0.80
onDetailLengthChangedMethod · 0.80
onDeleteFieldsMethod · 0.80
onSaveStructMethod · 0.80
setupStructReferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected