Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kInitFields (   TYPE,
  OBJECT 
)

Zero-initializes the instance fields of the specified object.

This macro optionally zero-initializes any instance fields that were added to the object by the specified class. Base-class fields and/or child-class fields are unaffected.

Parameters
TYPEType (e.g. kObject).
OBJECTObject instance.
See also
Extending Zen