ObjFW
Public Attributes | List of all members
of_map_table_functions_t Struct Reference

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.
 

Detailed Description

A struct describing the functions to be used by the map table.


The documentation for this struct was generated from the following file: