#include <dictionary.h>
Public Attributes | |
int | size |
char ** | val |
char ** | key |
unsigned * | hash |
This object contains a list of string/string associations. Each association is identified by a unique string key. Looking up values in the dictionary is speeded up by the use of a (hopefully collision-free) hash function.
unsigned* _dictionary_::hash |
List of string keys
char** _dictionary_::key |
List of string values
Number of entries in dictionary
char** _dictionary_::val |
Storage size