#include "List.h"#include "Hash.h"Include dependency graph for Dict.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Dictionary |
Defines | |
| #define | DEFAULT_DICT_SIZE 16 |
| #define | PDict(type) type ## PDict |
| #define | PDictdeclare(type) |
Typedefs | |
| typedef void(* | dict_delete_func )(void *) |
Enumerations | |
| enum | dict_order { ORDERED, UNORDERED } |
Functions | |
| declare (PList, DictEntry) | |
| declare (PList, IterCookie) | |
| void | generic_delete_func (void *) |
|
|
|
|
|
|
|
|
|
Definition at line 44 of file Dict.h. Referenced by Dictionary::SetDeleteFunc(). |
|
|
Definition at line 41 of file Dict.h.
00041 { ORDERED, UNORDERED } dict_order;
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 600 of file Dict.cc.
00601 {
00602 free(v);
00603 }
|
1.3.5