#include <aconf.h>#include <stdio.h>#include <string.h>#include "gtypes.h"#include "gmem.h"#include "GString.h"#include "Array.h"#include "Dict.h"#include "Stream.h"Go to the source code of this file.
Compounds | |
| class | Object |
| struct | Ref |
Defines | |
| #define | numObjTypes 14 |
| #define | initObj(t) type = t |
Enumerations | |
| enum | ObjType { objBool, objInt, objReal, objString, objName, objNull, objArray, objDict, objStream, objRef, objCmd, objError, objEOF, objNone } |
|
|
|
|
|
|
|
|
|
1.2.18