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

Method StructDef

Source/Structs/StructDef.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 ~StructDef();
21
22 StructDef(const StructDef&) = delete;
23 StructDef(StructDef&&) = delete;
24 StructDef& operator=(const StructDef&) = delete;
25 StructDef& operator=(StructDef&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected