filters
Dict Class Reference
List of all members.Detailed Description
Definition at line 29 of file Dict.h.
Public Member Functions | |
| Dict (XRef *xrefA) | |
| ~Dict () | |
| int | incRef () |
| int | decRef () |
| int | getLength () |
| void | add (char *key, Object *val) |
| GBool | is (const char *type) |
| Object * | lookup (const char *key, Object *obj) |
| Object * | lookupNF (const char *key, Object *obj) |
| char * | getKey (int i) |
| Object * | getVal (int i, Object *obj) |
| Object * | getValNF (int i, Object *obj) |
| void | setXRef (XRef *xrefA) |
The documentation for this class was generated from the following files:

