Main Page | Modules | Data Structures | Data Fields

peak_dict_init_entry Struct Reference
[Dictionary]

#include <dict.h>


Detailed Description

Structure containing a key and value pair to be used at the creation of the dictionary.

It's a convenience to allow application's developers to easily create dictionaries where entries are predefined in an array containing peak_dict_init_entry structures.

For example,
 * static const peak_dist_init_entry init_values[] = {
 *     { "key1", "value1" },
 *     { "key2", "value2" }
 * }; 


Data Fields

const void * key
 the key

const void * value
 the value


The documentation for this struct was generated from the following file:
Generated on Thu Jan 8 18:16:23 2004 for the PEAK Library by doxygen     SourceForge.net Logo