Woolz Image Processing  Version 1.7.5
_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

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

Key comparison function

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

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

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