#include <dict.h>
Data Fields | |
peak_dict_retain_callback | retain |
Retain callback. | |
peak_dict_release_callback | release |
Release callback. | |
peak_dict_equal_callback | equal |
Equal callback. | |
peak_dict_hash_callback | hash |
Hash callback. |
|
Equal callback.
It's used to compare keys when accessing a value. If |
|
Hash callback.
It's used to hash keys when adding an entry. If |
|
Release callback.
If not |
|
Retain callback.
If not |