Woolz Image Processing  Version 1.8.3
_AlcHashTable Struct Reference

A hash table. Typedef: AlcHashTable. More...

Data Fields

int(* keyCmp )(void *, void *)
 
size_t(* hashFn )(void *)
 
size_t tableSz
 
AlcHashItem ** table
 

Detailed Description

A hash table. Typedef: AlcHashTable.

Field Documentation

◆ keyCmp

int(* _AlcHashTable::keyCmp) (void *, void *)

Key comparison function

Referenced by AlcHashItemGet(), AlcHashItemInsert(), and AlcHashTableNew().

◆ hashFn

size_t(* _AlcHashTable::hashFn) (void *)

◆ tableSz

size_t _AlcHashTable::tableSz

◆ table


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