Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArrayProvider_Construct ( kArrayProvider provider,
kType  type,
kAlloc  objectAllocator,
kAlloc  valueAllocator 
)

Constructs a default instance of the specified array provided type.

Parameters
providerReceives constructed ArrayProvider object.
typeType of object to be constructed.
objectAllocatorObject memory allocator (or kNULL for default).
valueAllocatorValue memory allocator (or kNULL for default).
Returns
Operation status.