filters
GHash Class Reference
List of all members.Detailed Description
Definition at line 23 of file GHash.h.
Public Member Functions | |
GHash (GBool deleteKeysA=gFalse) | |
~GHash () | |
void | add (GString *key, void *val) |
void * | lookup (const GString *key) |
void * | lookup (const char *key) |
void * | remove (const GString *key) |
void * | remove (const char *key) |
int | getLength () |
void | startIter (GHashIter **iter) |
GBool | getNext (GHashIter **iter, GString **key, void **val) |
void | killIter (GHashIter **iter) |
The documentation for this class was generated from the following files: