Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Object.cc File Reference

#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]


Variable Documentation

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().


Generated on Sat Nov 5 17:19:16 2005 for OPIE by  doxygen 1.4.2