Main Page | Modules | Data Structures | Data Fields

peak_dict_value_ops_s Struct Reference
[Dictionary]

#include <dict.h>


Detailed Description

Structure containing the callbacks for values of a dictionary.


Data Fields

peak_dict_retain_callback retain
 Retain callback.

peak_dict_release_callback release
 Release callback.


Field Documentation

peak_dict_release_callback peak_dict_value_ops_s::release
 

Release callback.

If not NULL, it's called with the value as argument when an entry is removed from the dictionary.

peak_dict_retain_callback peak_dict_value_ops_s::retain
 

Retain callback.

If not NULL, it's called with the value as argument when an entry is added in the dictionary.


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