_dictionary_ Struct Reference
Dictionary object. More...
#include <iniparser/src/dictionary.h>
Data Fields | |
| unsigned * | hash |
| char ** | key |
| int | n |
| int | size |
| char ** | val |
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.
Definition at line 50 of file dictionary.h.
Field Documentation
| unsigned* _dictionary_::hash |
| char** _dictionary_::key |
| int _dictionary_::n |
Definition at line 51 of file dictionary.h.
| char** _dictionary_::val |
The documentation for this struct was generated from the following file:
- iniparser/src/dictionary.h