Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kDeclareInterface (   PREFIX,
  SYMBOL,
  BASE 
)

Declares type information for an interface type.

Parameters
PREFIXFunction/data declaration prefix (e.g. k).
SYMBOLInterface symbol(e.g. kCollection).
BASEInterface base symbol (typically kNull).
See also
Extending Zen, kBeginInterface, kEndInterface