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

Function createEnumField

src/hx/cppia/CppiaClasses.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317
318CppiaExpr *createEnumField(CppiaStream &stream,bool inWithArgs)
319{
320 return new EnumField(stream, inWithArgs);
321}
322
323
324

Callers 1

createCppiaExprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected