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

Enum ArrayConvertId

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

Source from the content-addressed store, hash-verified

23};
24
25enum ArrayConvertId
26{
27 aciAlwaysConvert = -4,
28 aciVirtualArray = -3,
29 aciStringArray = -2,
30 aciObjectArray = -1,
31 aciNotArray = 0,
32 aciPodBase = 1,
33};
34
35template<typename T>
36struct ReturnNull { typedef T type; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected