Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArrayList_AttachT (   kArrayList_list,
  TPtr_items,
  kType_itemType,
  kSize_capacity 
)
related

Attaches the list object to an external buffer.

The list count is set to the same value as the list capacity argument.

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
kArrayList_listList object.
TPtr_itemsStrongly-typed pointer to external item buffer.
kType_itemTypeType of list element.
kSize_capacityList capacity.
Returns
Operation status.