#include <ArrayClass.hpp>
Public Attributes | |
size_t | firstChangedDimension |
RexxArray * | newArray |
RexxArray * | newDimArray |
RexxArray * | oldDimArray |
size_t | deltaDimSize |
size_t | copyElements |
size_t | skipElements |
RexxObject ** | startNew |
RexxObject ** | startOld |
Definition at line 55 of file ArrayClass.hpp.
size_t copyElementParm::copyElements |
Definition at line 61 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
size_t copyElementParm::deltaDimSize |
Definition at line 60 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
size_t copyElementParm::firstChangedDimension |
Definition at line 56 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
RexxArray* copyElementParm::newArray |
Definition at line 57 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
RexxArray* copyElementParm::newDimArray |
Definition at line 58 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
RexxArray* copyElementParm::oldDimArray |
Definition at line 59 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
size_t copyElementParm::skipElements |
Definition at line 62 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
RexxObject** copyElementParm::startNew |
Definition at line 63 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().
RexxObject** copyElementParm::startOld |
Definition at line 64 of file ArrayClass.hpp.
Referenced by copyElements(), and RexxArray::extendMulti().