#include "object.h"


Go to the source code of this file.
Classes | |
| struct | objectBinaryData |
Defines | |
| #define | OBJECTBIN_DATA 33 |
| #define | ObjectBinaryData(theEnv) ((struct objectBinaryData *) GetEnvironmentData(theEnv,OBJECTBIN_DATA)) |
| #define | DefclassPointer(i) (((i) == -1L) ? NULL : (DEFCLASS *) &ObjectBinaryData(theEnv)->DefclassArray[i]) |
| #define | DefclassIndex(cls) (((cls) == NULL) ? -1 : ((struct constructHeader *) cls)->bsaveID) |
| #define | LOCALE extern |
Functions | |
| LOCALE void | SetupObjectsBload (void *) |
| LOCALE void * | BloadDefclassModuleReference (void *, int) |
| #define DefclassIndex | ( | cls | ) | (((cls) == NULL) ? -1 : ((struct constructHeader *) cls)->bsaveID) |
| #define DefclassPointer | ( | i | ) | (((i) == -1L) ? NULL : (DEFCLASS *) &ObjectBinaryData(theEnv)->DefclassArray[i]) |
| #define ObjectBinaryData | ( | theEnv | ) | ((struct objectBinaryData *) GetEnvironmentData(theEnv,OBJECTBIN_DATA)) |
1.5.6