構造体 _dictionary_

Dictionary object [詳細]

#include <dictionary.h>


変数

int n
int size
 Number of entries in dictionary
char ** val
 Storage size
char ** key
 List of string values
unsigned * hash
 List of string keys


説明

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.

dictionary.h50 行で定義されています。


構造体

int n

dictionary.h51 行で定義されています。

参照元 dictionary_dump()dictionary_set()main().

int size

Number of entries in dictionary

dictionary.h52 行で定義されています。

参照元 dictionary_del()dictionary_dump()dictionary_get()dictionary_new()dictionary_set()dictionary_unset()iniparser_dump()iniparser_dump_ini()iniparser_getnsec()iniparser_getsecname().

char** val

Storage size

dictionary.h53 行で定義されています。

参照元 dictionary_del()dictionary_dump()dictionary_get()dictionary_new()dictionary_set()iniparser_dump()iniparser_dump_ini().

char** key

List of string values

dictionary.h54 行で定義されています。

参照元 dictionary_del()dictionary_dump()dictionary_get()dictionary_new()dictionary_set()dictionary_unset()iniparser_dump()iniparser_dump_ini()iniparser_getnsec()iniparser_getsecname().

unsigned* hash

List of string keys

dictionary.h55 行で定義されています。

参照元 dictionary_del()dictionary_get()dictionary_new()dictionary_set()dictionary_unset().


この構造体の説明は次のファイルから生成されました:
Sambaに対してSat Aug 29 21:24:40 2009に生成されました。  doxygen 1.4.7