Zen API
|
kStatus kArrayProvider_Construct | ( | kArrayProvider * | provider, |
kType | type, | ||
kAlloc | objectAllocator, | ||
kAlloc | valueAllocator | ||
) |
Constructs a default instance of the specified array provided type.
provider | Receives constructed ArrayProvider object. |
type | Type of object to be constructed. |
objectAllocator | Object memory allocator (or kNULL for default). |
valueAllocator | Value memory allocator (or kNULL for default). |