MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / operator=

Method operator=

include/hx/FieldRef.h:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 Dynamic operator=(const Dynamic &inRHS)
160 {
161 return mObject->__SetItem(mIndex,inRHS);
162 }
163 inline operator Dynamic() const { return mObject->__GetItem(mIndex); }
164 inline operator double() const { return mObject->__GetItem(mIndex); }
165 inline operator int() const { return mObject->__GetItem(mIndex); }

Callers

nothing calls this directly

Calls 1

__SetItemMethod · 0.45

Tested by

no test coverage detected