| Inherits from | GBModelBase : NSObject |
| Declared in | GBIvarData.h<br />GBIvarData.m |
Describes an ivar
+ ivarDataWithComponents:
Returns autoreleased instance of the ivar data from given array of components.
- initWithDataFromComponents:
Initializes the ivar data from given array of components.
nameOfIvar
The name of the ivar.
ivarTypes
The array of all ivar type tokens in the order of parsing.
Returns autoreleased instance of the ivar data from given array of components.
+ (id)ivarDataWithComponents:(NSArray *)componentsReturns initialized instance.
Returns autoreleased instance of the ivar data from given array of components.
Components array should contain all ivar type tokens and ivar name as the last entry. Types are copied to ivarTypes property and name to ivarName property.
nil or has only one entry. GBIvarData.hGBIvarData.mInitializes the ivar data from given array of components.
- (id)initWithDataFromComponents:(NSArray *)componentsReturns initialized instance.
Initializes the ivar data from given array of components.
Components array should contain all ivar type tokens and ivar name as the last entry. Types are copied to ivarTypes property and name to ivarName property.
nil or has only one entry. GBIvarData.hGBIvarData.m