Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArrayList_Insert ( kArrayList  list,
kSize  before,
const void *  item 
)

Inserts an item into the list at the specified position.

Increases list capacity, if necessary.

Parameters
listList object.
beforeItem will be inserted before the item at this index.
itemPointer to item that will be copied (by value) into the list.
Returns
Operation status.