ObjFW
|
A struct describing the functions to be used by the map table. More...
#include <ObjFW/OFMapTable.h>
Public Attributes | |
void *OF_NONNULL(* | OF_NULLABLE )(void *value) |
The function to retain keys / values. | |
void(* | OF_NULLABLE )(void *value) |
The function to release keys / values. | |
uint32_t(* | OF_NULLABLE )(void *value) |
The function to hash keys. | |
bool(* | OF_NULLABLE )(void *value1, void *value2) |
The function to compare keys / values. | |
A struct describing the functions to be used by the map table.