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

Method FieldRef

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

Source from the content-addressed store, hash-verified

112// We can define this one now...
113template<typename T>
114inline FieldRef ObjectPtr<T>::FieldRef(const String &inString)
115{
116 return hx::FieldRef(mPtr,inString);
117}
118
119#define HX_FIELD_REF_OP(op,ret) \
120template<typename T> inline ret operator op (T &inT, const FieldRef &inA) \

Callers

nothing calls this directly

Calls 1

FieldRefClass · 0.70

Tested by

no test coverage detected