Dictionary data type. More...
#include <smf_dict.h>
Data Fields | |
int | n |
int | size |
char ** | val |
char ** | key |
unsigned * | hash |
Dictionary data type.
unsigned* hash |
list of hash values for keys
char** key |
list of string keys
int n |
number of entries in dictionary
int size |
storage size
char** val |
list of values