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

Function Dynamic

include/Dynamic.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 Dynamic(cpp::Int64 inVal);
34 Dynamic(cpp::UInt64 inVal);
35 Dynamic(hx::Object *inObj) : super(inObj) { }
36 Dynamic(const String &inString);
37 Dynamic(const null &inNull) : super(0) { }
38 Dynamic(const Dynamic &inRHS) : super(inRHS.mPtr) { }

Callers 3

Dynamic.hFile · 0.70
operator ==Function · 0.70
operator !=Function · 0.70

Calls 1

asDynamicMethod · 0.80

Tested by

no test coverage detected