#include <Dict.h>
Public Methods | |
Dict (XRef *xrefA) | |
~Dict () | |
int | incRef () |
int | decRef () |
int | getLength () |
void | add (char *key, Object *val) |
GBool | is (char *type) |
Object * | lookup (char *key, Object *obj) |
Object * | lookupNF (char *key, Object *obj) |
char * | getKey (int i) |
Object * | getVal (int i, Object *obj) |
Object * | getValNF (int i, Object *obj) |
void | setXRef (XRef *xrefA) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|