| 523 | |
| 524 | |
| 525 | Array_obj(int inSize,int inReserve) : |
| 526 | hx::ArrayBase(inSize,inReserve,sizeof(ELEM_),!hx::ContainsPointers<ELEM_>()) { } |
| 527 | |
| 528 | |
| 529 | // Defined later so we can use "Array" |
nothing calls this directly
no outgoing calls
no test coverage detected