STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Typedefs
objc.h File Reference
#include <stddef.h>

Go to the source code of this file.

Classes

struct  objc_object
 

Macros

#define __GNU_LIBOBJC__   20110608
 
#define YES   (BOOL)1
 
#define NO   (BOOL)0
 
#define nil   (id)0
 
#define Nil   (Class)0
 

Typedefs

typedef unsigned char BOOL
 
typedef const struct
objc_selector * 
SEL
 
typedef struct objc_class * Class
 
typedef struct objc_objectid
 
typedef id(* IMP )(id, SEL,...)
 
typedef struct objc_object Protocol
 

Macro Definition Documentation

#define __GNU_LIBOBJC__   20110608
#define nil   (id)0
#define Nil   (Class)0
#define NO   (BOOL)0
#define YES   (BOOL)1

Typedef Documentation

typedef unsigned char BOOL
typedef struct objc_class* Class
typedef struct objc_object * id
typedef id(* IMP)(id, SEL,...)
typedef struct objc_object Protocol
typedef const struct objc_selector* SEL