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

Method clearFields

Source/Structs/StructDef.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void StructDef::clearFields()
141{
142 qDeleteAll(m_fields);
143 m_fields.clear();
144 m_length = 0;
145}
146
147void StructDef::setFields(QVector<FieldDef*> fields)
148{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected