#include <scilab/libs/hashtable/hashtable_private.h>
Collaboration diagram for entry:

Data Fields | |
| void * | k |
| void * | v |
| unsigned int | h |
| entry * | next |
| int | key [nsiz] |
| int | data |
| char | namefunction [MAXLENGHTFUNCTIONNAME] |
| double | d |
| char * | s |
Definition at line 9 of file hashtable_private.h.
| void* entry::k |
Definition at line 11 of file hashtable_private.h.
Referenced by getTAGSinhashtable(), hashtable_change(), hashtable_insert(), hashtable_iterator_remove(), hashtable_iterator_search(), hashtable_remove(), and hashtable_search().
| void * entry::v |
Definition at line 11 of file hashtable_private.h.
Referenced by getSTRINGSinhashtable(), hashtable_change(), hashtable_insert(), hashtable_remove(), and hashtable_search().
Definition at line 12 of file hashtable_private.h.
Referenced by hashtable_change(), hashtable_expand(), hashtable_insert(), hashtable_iterator_search(), hashtable_remove(), and hashtable_search().
| struct entry* entry::next |
Definition at line 13 of file hashtable_private.h.
Referenced by getSTRINGSinhashtable(), getTAGSinhashtable(), hashtable_change(), hashtable_destroy(), hashtable_expand(), hashtable_insert(), hashtable_iterator_advance(), hashtable_iterator_remove(), hashtable_iterator_search(), hashtable_remove(), and hashtable_search().
| int entry::key[nsiz] |
Definition at line 16 of file hashtable_core.h.
Definition at line 17 of file hashtable_core.h.
| char entry::namefunction[MAXLENGHTFUNCTIONNAME] |
Definition at line 18 of file hashtable_core.h.
| double entry::d |
| char* entry::s |
Definition at line 28 of file do_xxscanf.h.
1.5.1