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

Method asDynamic

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

Source from the content-addressed store, hash-verified

57 inline double asDouble() const;
58 inline hx::Object *asObject() const { return type==typeObject ? valObject : 0; }
59 inline hx::Object *asDynamic() const{ return type==typeObject ? valObject : toDynamic(); }
60 inline hx::Object *toDynamic() const; // later
61 inline String asString() const;
62 inline String getString() const;

Callers 3

DynamicFunction · 0.80
_hx_getObjectFunction · 0.80
ValueTypeMethod · 0.80

Calls 1

toDynamicFunction · 0.85

Tested by

no test coverage detected