ObjFW
Public Member Functions
OFInstanceVariable Class Reference

A class for describing an instance variable. More...

#import <OFIntrospection.h>

Inheritance diagram for OFInstanceVariable:
OFObject <OFObject>

List of all members.

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.

Detailed Description

A class for describing an instance variable.


Member Function Documentation

- (OFString*) name

Returns the name of the instance variable.

Returns:
The name of the instance variable
- (ptrdiff_t) offset

Returns the offset of the instance variable.

Returns:
The offset of the instance variable
- (const char*) typeEncoding

Returns the type encoding for the instance variable.

Returns:
The type encoding for the instance variable

The documentation for this class was generated from the following files:
 All Classes Functions Variables Properties