MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / CppiaObject

Method CppiaObject

src/hx/cppia/CppiaModule.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 bool booted;
284
285 CppiaObject(CppiaModule *inModule)
286 {
287 cppia = inModule;
288 GCSetFinalizer( this, onRelease );
289 }
290 static void onRelease(hx::Object *inObj)
291 {
292 delete ((CppiaObject *)inObj)->cppia;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected