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

Description

Declares the kBox class.

Go to the source code of this file.

Macros

#define kBox_As_(BOX, TYPE)   kxBox_As_(BOX, TYPE)
 Accesses the box value and casts the value to the specified type. More...
 
#define kBox_Data_(BOX)   kxBox_Data_(BOX)
 Macro version of kBox_Data.
 
#define kBox_ItemSize_(BOX)   kxBox_ItemSize_(BOX)
 Macro version of kBox_ItemSize.
 
#define kBox_ItemType_(BOX)   kxBox_ItemType_(BOX)
 Macro version of kBox_ItemType.
 

Macro Definition Documentation

#define kBox_As_ (   BOX,
  TYPE 
)    kxBox_As_(BOX, TYPE)

Accesses the box value and casts the value to the specified type.