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

Method FieldDef

Source/Structs/FieldDef.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 ~FieldDef();
22
23 FieldDef(const FieldDef&) = delete;
24 FieldDef(FieldDef&&) = delete;
25 FieldDef& operator=(const FieldDef&) = delete;
26 FieldDef& operator=(FieldDef&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected