ObjFW
|
A class for describing an instance variable. More...
#import <OFIntrospection.h>
Public Member Functions | |
(OFString *) | - name |
Returns the name of the instance variable. | |
(ptrdiff_t) | - offset |
Returns the offset of the instance variable. | |
(const char *) | - typeEncoding |
Returns the type encoding for the instance variable. |
A class for describing an instance variable.
- (OFString*) name |
Returns the name of the instance variable.
- (ptrdiff_t) offset |
Returns the offset of the instance variable.
- (const char*) typeEncoding |
Returns the type encoding for the instance variable.