ObjFW
|
A struct describing the functions to be used by the map table. More...
#include <ObjFW/OFMapTable.h>
Public Attributes | |
void *_Nonnull(* | _Nullable )(void *object) |
The function to retain keys / objects. | |
void(* | _Nullable )(void *object) |
The function to release keys / objects. | |
uint32_t(* | _Nullable )(void *object) |
The function to hash keys. | |
bool(* | _Nullable )(void *object1, void *object2) |
The function to compare keys / objects. | |
A struct describing the functions to be used by the map table.