• Skip to content
  • Skip to link menu
csync API Reference
  • csync
  • Sitemap
  • Contact Us
 

_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

List of string keys.

Definition at line 55 of file dictionary.h.

char** _dictionary_::key

List of string values.

Definition at line 54 of file dictionary.h.

int _dictionary_::n

Definition at line 51 of file dictionary.h.

int _dictionary_::size

Number of entries in dictionary.

Definition at line 52 of file dictionary.h.

char** _dictionary_::val

Storage size.

Definition at line 53 of file dictionary.h.


The documentation for this struct was generated from the following file:
  • iniparser/src/dictionary.h

lomoco

Skip menu "lomoco"

API Documentation

Skip menu "@topname@"
Generated with Doxygen