Zen API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
kArray2.h File Reference

Description

Declares the kArray2 class.

Go to the source code of this file.

Macros

#define kArray2_As_(ARRAY, I0, I1, TYPE)   kxArray2_As_(ARRAY, I0, I1, TYPE)
 Accesses an array element at the specified indices, and casts the value to the specified type. More...
 
#define kArray2_At_(ARRAY, I0, I1)   kxArray2_At_(ARRAY, I0, I1)
 Macro version of kArray2_At.
 
#define kArray2_Count_(ARRAY)   kxArray2_Count_(ARRAY)
 Macro version of kArray2_Count.
 
#define kArray2_Data_(ARRAY)   kxArray2_Data_(ARRAY)
 Macro version of kArray2_Data.
 
#define kArray2_DataSize_(ARRAY)   kxArray2_DataSize_(ARRAY)
 Macro version of kArray2_DataSize.
 
#define kArray2_ItemSize_(ARRAY)   kxArray2_ItemSize_(ARRAY)
 Macro version of kArray2_ItemSize.
 
#define kArray2_ItemType_(ARRAY)   kxArray2_ItemType_(ARRAY)
 Macro version of kArray2_ItemType.
 
#define kArray2_Length_(ARRAY, DIM)   kxArray2_Length_(ARRAY, DIM)
 Macro version of kArray2_Length.
 

Macro Definition Documentation

#define kArray2_As_ (   ARRAY,
  I0,
  I1,
  TYPE 
)    kxArray2_As_(ARRAY, I0, I1, TYPE)

Accesses an array element at the specified indices, and casts the value to the specified type.