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

Method __ToInt64

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

Source from the content-addressed store, hash-verified

65 double __ToDouble() const HXCPP_OVERRIDE { return mValue; }
66 int __ToInt() const HXCPP_OVERRIDE { return mValue; }
67 cpp::Int64 __ToInt64() const HXCPP_OVERRIDE { return mValue; }
68
69 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
70 {

Callers 5

__CompareMethod · 0.45
Dynamic.hFile · 0.45
handlerMethod · 0.45
Variant.hFile · 0.45
CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected