ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Hash_Int_t_ Struct Reference

#include <hashInt.h>

Collaboration diagram for Hash_Int_t_:

Public Attributes

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.

Member Data Documentation

◆ fHash

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

Definition at line 59 of file hashInt.h.

◆ nBins

int Hash_Int_t_::nBins

Definition at line 58 of file hashInt.h.

◆ nSize

int Hash_Int_t_::nSize

Definition at line 57 of file hashInt.h.

◆ pArray

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: