|
Python-like Dictionary Library
Dictionary library similar to Python dict functionality
|
#include <cdict.h>

Public Attributes | |
| PNODE | table |
| Pointer to an array of NODE structure. | |
| WORD * | hash_table |
| Pointer to the hash table for hashing. | |
| char * | errmsg |
| Description of the possible error. | |
| int | err |
| Possible Error code. | |
| void(* | free_func )(void *) |
| a pointer to the free function provided by user | |
| void *(* | copy_func )(void *) |
| a pointer to the copy function provided by user | |
| void *(* _DICT::copy_func) (void *) |
| void(* _DICT::free_func) (void *) |
| WORD* _DICT::hash_table |