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

Function createEnumClosure

src/hx/cppia/CppiaClasses.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156hx::Object *createEnumClosure(CppiaEnumConstructor &inContructor)
157{
158 return new EnumConstructorClosure(inContructor);
159}
160
161
162#ifdef CPPIA_JIT

Callers 1

linkTypesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected