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 *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.
 

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: