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

Method Int64Data

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

Source from the content-addressed store, hash-verified

147 inline void *operator new( size_t inSize, hx::NewObjectType inAlloc=NewObjAlloc,const char *inName="Int64")
148 { return hx::Object::operator new(inSize,inAlloc,inName); }
149 Int64Data(cpp::Int64 inValue=0) : mValue(inValue) {};
150
151 hx::Class __GetClass() const HXCPP_OVERRIDE { return __Int64Class; }
152

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected