InutitionTC  0.30
Data Fields
namemap Struct Reference

The representation of the dictionary to hold strings under string keys. More...

#include <namemap.h>

Data Fields

size_t size
 The size of the area in the representation which is occupied by valid keys and values.
 
size_t bufsize
 The size of the area that can hold valid keys and values before reallocation is done.
 
char ** keys
 The array with the dictionary keys.
 
char ** vals
 The array with the dictionary values keys.
 

Detailed Description

The representation of the dictionary to hold strings under string keys.

The i-th entry in keys represents the i-th key while the i-th entry in vals represents the corresponding value.


The documentation for this struct was generated from the following file: