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

Method VirtualArray

include/cpp/VirtualArray.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 typedef Dynamic Elem;
14
15 inline VirtualArray() : super(0) { }
16 inline VirtualArray(VirtualArray_obj *inObj) : super(inObj) { }
17 inline VirtualArray(const null &inNull) : super(0) { }
18 inline VirtualArray(const VirtualArray &inOther) : super( inOther.mPtr ) { }

Callers

nothing calls this directly

Calls 1

asObjectMethod · 0.80

Tested by

no test coverage detected