MCPcopy Create free account
hub / github.com/anjo76/angelscript / Destruct

Function Destruct

sdk/tests/test_feature/source/test_exceptionmemory.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void Destruct(CObject *o)
141{
142 o->~CObject();
143}
144
145void Destruct_gen(asIScriptGeneric *gen)
146{

Callers

nothing calls this directly

Calls 1

~CObjectMethod · 0.45

Tested by

no test coverage detected