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

Method GetClassFields

src/hx/Class.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209Array<String> Class_obj::GetClassFields()
210{
211 Array<String> result = mStatics.mPtr ? mStatics->copy() : new Array_obj<String>(0,0);
212 if (__rtti__.raw_ptr())
213 result->push( HX_CSTRING("__rtti") );
214 return result;
215}
216
217bool Class_obj::__HasField(const String &inString)
218{

Callers

nothing calls this directly

Calls 2

copyMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected