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

Function Class_obj

include/hx/Class.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114 Class_obj() : mSuper(0) { };
115 Class_obj(const String &inClassName, String inStatics[], String inMembers[],
116 hx::ConstructEmptyFunc inConstructEmpty, hx::ConstructArgsFunc inConstructArgs,
117 hx::Class *inSuperClass, hx::ConstructEnumFunc inConstructEnum,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected