abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Hash_Gen_t_ Struct Reference

#include <hashGen.h>

Data Fields

int nSize
 
int nBins
 
Hash_GenHashFunction_t fHash
 
Hash_GenCompFunction_t fComp
 
int fFreeKey
 
Hash_Gen_Entry_t ** pArray
 

Detailed Description

Definition at line 56 of file hashGen.h.

Field Documentation

Hash_GenCompFunction_t Hash_Gen_t_::fComp

Definition at line 61 of file hashGen.h.

int Hash_Gen_t_::fFreeKey

Definition at line 62 of file hashGen.h.

Hash_GenHashFunction_t Hash_Gen_t_::fHash

Definition at line 60 of file hashGen.h.

int Hash_Gen_t_::nBins

Definition at line 59 of file hashGen.h.

int Hash_Gen_t_::nSize

Definition at line 58 of file hashGen.h.

Hash_Gen_Entry_t** Hash_Gen_t_::pArray

Definition at line 63 of file hashGen.h.


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