Go to the source code of this file.
Data Structures | |
| struct | dictionary_t |
| a dictionary More... | |
Functions | |
| void * | dictionary_find (struct dictionary_t *d, char *key) |
| find an element | |
| int | dictionary_remove (struct dictionary_t *d, char *key) |
| remove the element associated with key | |
| int | dictionary_add (struct dictionary_t *d, char *key, void *data) |
| adds the element and associats it with the key | |
>Definition in file dictionary.h.
|
||||||||||||||||
|
adds the element and associats it with the key
|
|
||||||||||||
|
find an element
|
|
||||||||||||
|
remove the element associated with key
|
1.3.6-20040222