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

Copies the specified items into the list, replacing existing contents.

The list count is set to the value of the count 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 items that should be imported.
kType_itemTypeType of list element.
kSize_countCount of list items.
Returns
Operation status.