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

Method set

include/cpp/Variant.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 inline int Compare(const cpp::Variant &inRHS) const;
121
122 inline double set(const double &inValue) { type=typeDouble; return valDouble=inValue; }
123 inline double set(const float &inValue) { type=typeDouble; return valDouble=inValue; }
124
125 inline void mark(hx::MarkContext *__inCtx); // later

Callers 1

VirtualArray.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected