#include <stdio.h>#include "conscomp.h"#include "object.h"


Go to the source code of this file.
Classes | |
| struct | objectCompilerData |
Defines | |
| #define | OBJECT_COMPILER_DATA 36 |
| #define | ObjectCompilerData(theEnv) ((struct objectCompilerData *) GetEnvironmentData(theEnv,OBJECT_COMPILER_DATA)) |
| #define | LOCALE extern |
Functions | |
| LOCALE void | SetupObjectsCompiler (void *) |
| LOCALE void | PrintClassReference (void *, FILE *, DEFCLASS *, int, int) |
| LOCALE void | DefclassCModuleReference (void *, FILE *, int, int, int) |
| #define ObjectCompilerData | ( | theEnv | ) | ((struct objectCompilerData *) GetEnvironmentData(theEnv,OBJECT_COMPILER_DATA)) |
| LOCALE void DefclassCModuleReference | ( | void * | , | |
| FILE * | , | |||
| int | , | |||
| int | , | |||
| int | ||||
| ) |
| LOCALE void PrintClassReference | ( | void * | , | |
| FILE * | , | |||
| DEFCLASS * | , | |||
| int | , | |||
| int | ||||
| ) |
1.5.6