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

Method StructDef

Source/Structs/StructDef.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "StructDef.h"
4
5StructDef::StructDef()
6{
7 m_label = QString();
8 m_length = 0;
9 m_fields = QVector<FieldDef*>();
10 m_isValid = true;
11}
12
13StructDef::StructDef(QString label)
14{

Callers

nothing calls this directly

Calls 3

getFieldsMethod · 0.80
getLabelMethod · 0.45
getLengthMethod · 0.45

Tested by

no test coverage detected