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

Method Array

include/Array.h:1001–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 using super::GetPtr;
1000
1001 Array() { }
1002 Array(int inSize,int inReserve) : super( OBJ_::__new(inSize,inReserve) ) { }
1003 Array(const null &inNull) : super(0) { }
1004 Array(Ptr inPtr) : super(inPtr) { }

Callers

nothing calls this directly

Calls 6

__newFunction · 0.85
GetPtrMethod · 0.80
__unsafe_setMethod · 0.80
asObjectMethod · 0.80
__lengthMethod · 0.45
__GetItemMethod · 0.45

Tested by

no test coverage detected