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

Method Abstract_obj

src/hx/CFFI.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 HX_IS_INSTANCE_OF enum { _hx_ClassId = hx::clsIdAbstract };
26
27 Abstract_obj(int inType,void *inData)
28 {
29 mType = inType;
30 mHandle = inData;
31 mFinalizer = 0;
32 mMarkSize = 0;
33 }
34
35 Abstract_obj(int inType,int inSize, finalizer inFinalizer)
36 {

Callers

nothing calls this directly

Calls 1

HxAllocFunction · 0.85

Tested by

no test coverage detected