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

Appends the specified items to the list.

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

Parameters
kArrayList_listList object.
TPtr_itemsStrongly-typed pointer to items that should be appended.
kSize_countCount of list items.
Returns
Operation status.