| 64 | String __ToString() const HXCPP_OVERRIDE { return String(mValue); } |
| 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 |
no outgoing calls
no test coverage detected