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

Method FieldRef

include/hx/FieldRef.h:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35{
36public:
37 explicit FieldRef(hx::Object *inObj,const String &inName) : mObject(inObj), mName(inName)
38 {
39 }
40
41 hx::Val operator=(const hx::Val &inRHS)
42 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected