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

#include <hashPtr.h>

Data Fields

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

Detailed Description

Definition at line 55 of file hashPtr.h.

Field Documentation

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

Definition at line 59 of file hashPtr.h.

int Hash_Ptr_t_::nBins

Definition at line 58 of file hashPtr.h.

int Hash_Ptr_t_::nSize

Definition at line 57 of file hashPtr.h.

Hash_Ptr_Entry_t** Hash_Ptr_t_::pArray

Definition at line 60 of file hashPtr.h.


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