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

#include <hashInt.h>

Data Fields

int nSize
 
int nBins
 
int(* fHash )(int key, int nBins)
 
Hash_Int_Entry_t ** pArray
 

Detailed Description

Definition at line 55 of file hashInt.h.

Field Documentation

int(* Hash_Int_t_::fHash)(int key, int nBins)

Definition at line 59 of file hashInt.h.

int Hash_Int_t_::nBins

Definition at line 58 of file hashInt.h.

int Hash_Int_t_::nSize

Definition at line 57 of file hashInt.h.

Hash_Int_Entry_t** Hash_Int_t_::pArray

Definition at line 60 of file hashInt.h.


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