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

Description

Declares the kArray1 class.

Go to the source code of this file.

Macros

#define kArray1_As_(ARRAY, INDEX, TYPE)   kxArray1_As_(ARRAY, INDEX, TYPE)
 Accesses an array element at the specified index, and casts the value to the specified type. More...
 
#define kArray1_At_(ARRAY, INDEX)   kxArray1_At_(ARRAY, INDEX)
 Macro version of kArray1_At.
 
#define kArray1_Count_(ARRAY)   kxArray1_Count_(ARRAY)
 Macro version of kArray1_Count.
 
#define kArray1_Data_(ARRAY)   kxArray1_Data_(ARRAY)
 Macro version of kArray1_Data.
 
#define kArray1_DataSize_(ARRAY)   kxArray1_DataSize_(ARRAY)
 Macro version of kArray1_DataSize.
 
#define kArray1_ItemSize_(ARRAY)   kxArray1_ItemSize_(ARRAY)
 Macro version of kArray1_ItemSize.
 
#define kArray1_ItemType_(ARRAY)   kxArray1_ItemType_(ARRAY)
 Macro version of kArray1_ItemType.
 
#define kArray1_Length_(ARRAY)   kxArray1_Length_(ARRAY)
 Macro version of kArray1_Length.
 

Macro Definition Documentation

#define kArray1_As_ (   ARRAY,
  INDEX,
  TYPE 
)    kxArray1_As_(ARRAY, INDEX, TYPE)

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