InutitionTC  0.30
Data Fields
envmap Struct Reference

The representation of the dictionary to hold values wrapped in Any structure and available under string keys. More...

#include <envmap_base.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.
 
Any ** vals
 The array with the dictionary values keys.
 

Detailed Description

The representation of the dictionary to hold values wrapped in Any structure and available 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: