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

Method addFields

Source/Structs/StructDef.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void StructDef::addFields(FieldDef* field, int index)
133{
134 if (index == -1)
135 m_fields.append(field);
136
137 m_fields.insert(index, field);
138}
139
140void StructDef::clearFields()
141{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected