
Go to the source code of this file.
Classes | |
| struct | Hash_Gen_Entry_t_ |
| struct | Hash_Gen_t_ |
Macros | |
| #define | Hash_GenForEachEntry(pHash, pEntry, bin) |
| MACRO DEFINITIONS ///. | |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Hash_Gen_t_ | Hash_Gen_t |
| INCLUDES ///. | |
| typedef struct Hash_Gen_Entry_t_ | Hash_Gen_Entry_t |
| typedef int(* | Hash_GenHashFunction_t) (void *key, int nBins) |
| typedef int(* | Hash_GenCompFunction_t) (void *key, void *data) |
| #define Hash_GenForEachEntry | ( | pHash, | |
| pEntry, | |||
| bin ) |
MACRO DEFINITIONS ///.
Definition at line 72 of file hashGen.h.
| typedef struct Hash_Gen_Entry_t_ Hash_Gen_Entry_t |
| typedef typedefABC_NAMESPACE_HEADER_START struct Hash_Gen_t_ Hash_Gen_t |
INCLUDES ///.
CFile****************************************************************
FileName [vecGen.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hash maps.]
Synopsis [Hash maps.]
Author [Aaron P. Hurst, Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Jan 26, 2011.]
Revision [
] PARAMETERS /// BASIC TYPES ///
| typedef int(* Hash_GenCompFunction_t) (void *key, void *data) |