|
Zen API
|
| #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.
| TYPE | Type (e.g. kObject). |
| OBJECT | Object instance. |