Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArrayList_AddT (   kArrayList_list,
  TPtr_item 
)
related

Adds the specified item to the end of 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_itemStrongly-typed pointer to item that will be copied (by value) into the list.
Returns
Operation status.