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

Method __FieldRef

src/hx/Object.cpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140hx::Class Object::__GetClass() const { return Object__mClass; }
141
142hx::FieldRef Object::__FieldRef(const String &inString) { return hx::FieldRef(this,inString); }
143
144String Object::__ToString() const { return HX_CSTRING("Object"); }
145

Callers

nothing calls this directly

Calls 1

FieldRefClass · 0.50

Tested by

no test coverage detected