Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArray3_AttachT (   kArray3_array,
  TPtr_items,
  kType_itemType,
  kSize_length0,
  kSize_length1,
  kSize_length2 
)
related

Attaches the array to an external item buffer.

Attached item buffers are not freed when the array is destroyed.

A debug assertion will be raised if the size of the specified items is not equal to the size of the specified item type.

Parameters
kArray3_arrayArray object.
TPtr_itemsStrongly-typed pointer to external item buffer.
kType_itemTypeType of array element.
kSize_length0Length of first array dimension (outermost).
kSize_length1Length of second array dimension.
kSize_length2Length of third array dimension (innermost).
Returns
Operation status.