Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCloneItems ( kType  type,
void *  dest,
const void *  src,
kSize  count,
kAlloc  allocator 
)

Performs a deep copy of a generic array of items.

Value types are copied; reference types are cloned.

Parameters
typeItem type.
destDestination array of items.
srcSource array of items.
countCount of items.
allocatorMemory allocator.
Returns
Operation status.