|
Zen API
|
| kStatus kArray2_Construct | ( | kArray2 * | array, |
| kType | itemType, | ||
| kSize | length0, | ||
| kSize | length1, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kArray2 object.
| array | Receives the constructed object. |
| itemType | Type of array element. |
| length0 | Length of first array dimension (outermost). |
| length1 | Length of second array dimension (innermost). |
| allocator | Memory allocator (or kNULL for default). |