| 115 | inline void *operator new( size_t inSize, hx::NewObjectType inAlloc=NewObjAlloc,const char *inName="Float") |
| 116 | { return hx::Object::operator new(inSize,inAlloc,inName); } |
| 117 | DoubleData(double inValue=0) : mValue(inValue) {}; |
| 118 | |
| 119 | hx::Class __GetClass() const HXCPP_OVERRIDE { return __FloatClass; } |
| 120 |
nothing calls this directly
no outgoing calls
no test coverage detected