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

Method DoubleData

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected