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

#include <hashPtr.h>

Collaboration diagram for Hash_Ptr_t_:

Public Attributes

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.

Member Data Documentation

◆ fHash

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

Definition at line 59 of file hashPtr.h.

◆ nBins

int Hash_Ptr_t_::nBins

Definition at line 58 of file hashPtr.h.

◆ nSize

int Hash_Ptr_t_::nSize

Definition at line 57 of file hashPtr.h.

◆ pArray

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: