copyElementParm Struct Reference

#include <ArrayClass.hpp>

Public Attributes

size_t firstChangedDimension
 
RexxArraynewArray
 
RexxArraynewDimArray
 
RexxArrayoldDimArray
 
size_t deltaDimSize
 
size_t copyElements
 
size_t skipElements
 
RexxObject ** startNew
 
RexxObject ** startOld
 

Detailed Description

Definition at line 55 of file ArrayClass.hpp.

Member Data Documentation

◆ copyElements

size_t copyElementParm::copyElements

Definition at line 61 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ deltaDimSize

size_t copyElementParm::deltaDimSize

Definition at line 60 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ firstChangedDimension

size_t copyElementParm::firstChangedDimension

Definition at line 56 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ newArray

RexxArray* copyElementParm::newArray

Definition at line 57 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ newDimArray

RexxArray* copyElementParm::newDimArray

Definition at line 58 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ oldDimArray

RexxArray* copyElementParm::oldDimArray

Definition at line 59 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ skipElements

size_t copyElementParm::skipElements

Definition at line 62 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ startNew

RexxObject** copyElementParm::startNew

Definition at line 63 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().

◆ startOld

RexxObject** copyElementParm::startOld

Definition at line 64 of file ArrayClass.hpp.

Referenced by copyElements(), and RexxArray::extendMulti().


The documentation for this struct was generated from the following file: