#include "objc/objc-api.h"
Go to the source code of this file.
Classes | |
struct | objc_object |
Defines | |
#define | ARITH_SHIFT 16 |
#define | ISSELECTOR(sel) sel_isMapped(sel) |
#define | IV(obj) object_getIndexedIvars(obj) |
#define | NAMEOF(obj) object_getClassName(obj) |
#define | nil 0 |
#define | Nil 0 |
#define | NO (BOOL)0 |
#define | SELNAME(sel) sel_getName(sel) |
#define | SELUID(str) sel_getUid(str) |
#define | YES (BOOL)1 |
Typedefs | |
typedef int | arith_t |
typedef char | BOOL |
typedef objc_class * | Class |
typedef objc_object * | id |
typedef id(* | IMP )(id, SEL,...) |
typedef objc_selector * | SEL |
typedef char * | STR |
typedef unsigned | uarith_t |
Functions | |
OBJC_EXPORT const char * | object_getClassName (id obj) |
OBJC_EXPORT void * | object_getIndexedIvars (id obj) |
OBJC_EXPORT const char * | sel_getName (SEL sel) |
OBJC_EXPORT SEL | sel_getUid (const char *str) |
OBJC_EXPORT BOOL | sel_isMapped (SEL sel) |
OBJC_EXPORT SEL | sel_registerName (const char *str) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|