Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kAddInterface (   SYMBOL,
  IFACE 
)

Within a type definition, indicates that a type implements the specified interface.

Parameters
SYMBOLType symbol (e.g. kArrayList).
IFACEInterface symbol (e.g. kCollection).
See also
Extending Zen