#include <objc/objc-runtime.h>
Go to the source code of this file.
Classes | |
class | Object |
category | Object(Archiving) |
category | Object(DynamicLoading) |
Functions | |
OBJC_EXPORT id | object_copy (Object *anObject, unsigned nBytes) |
OBJC_EXPORT id | object_copyFromZone (Object *anObject, unsigned nBytes, void *z) |
OBJC_EXPORT id | object_dispose (Object *anObject) |
OBJC_EXPORT id | object_realloc (Object *anObject, unsigned nBytes) |
OBJC_EXPORT id | object_reallocFromZone (Object *anObject, unsigned nBytes, void *z) |
|
|
|
|
|
|
|
|
|
|