_dictionary_ Struct Reference

Dictionary object. More...

#include <dictionary.h>

List of all members.

Public Attributes

int size
char ** val
char ** key
unsigned * hash


Detailed Description

Dictionary object.

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.


Member Data Documentation

unsigned* _dictionary_::hash

List of string keys

char** _dictionary_::key

List of string values

int _dictionary_::size

Number of entries in dictionary

char** _dictionary_::val

Storage size


The documentation for this struct was generated from the following file:
Generated on Wed Feb 28 05:52:49 2007 for iniParser by  doxygen 1.4.7