#include <aconf.h>#include <stddef.h>#include "Object.h"#include "Array.h"#include "Dict.h"#include "Error.h"#include "Stream.h"#include "XRef.h"Include dependency graph for Object.cc:

Go to the source code of this file.
Variables | |
| char * | objTypeNames [numObjTypes] |
|
|
Initial value: {
"boolean",
"integer",
"real",
"string",
"name",
"null",
"array",
"dictionary",
"stream",
"ref",
"cmd",
"error",
"eof",
"none"
}
Definition at line 26 of file Object.cc. Referenced by Object::getTypeName(), and Object::memCheck(). |
1.4.2