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

Method __GetType

src/Dynamic.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 hx::Class __GetClass() const HXCPP_OVERRIDE { return __IntClass; }
60
61 int __GetType() const HXCPP_OVERRIDE { return vtInt; }
62
63 String toString() HXCPP_OVERRIDE { return String(mValue); }
64 String __ToString() const HXCPP_OVERRIDE { return String(mValue); }

Callers 6

__CompareMethod · 0.45
operator+Method · 0.45
operator%Method · 0.45
IsPointerFunction · 0.45
__CompareMethod · 0.45
__CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected