Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
StructDef::StructDef()
6
{
7
m_label = QString();
8
m_length = 0;
9
m_fields = QVector<FieldDef*>();
10
m_isValid = true;
11
}
12
13
StructDef::StructDef(QString label)
14
{
Callers
nothing calls this directly
Calls
3
getFields
Method · 0.80
getLabel
Method · 0.45
getLength
Method · 0.45
Tested by
no test coverage detected