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

#include <cuddInt.h>

Data Fields

unsigned int keysize
 
unsigned int itemsize
 
DdHashItem ** bucket
 
DdHashItemnextFree
 
DdHashItem ** memoryList
 
unsigned int numBuckets
 
int shift
 
unsigned int size
 
unsigned int maxsize
 
DdManagermanager
 

Detailed Description

Definition at line 303 of file cuddInt.h.

Field Documentation

DdHashItem** DdHashTable::bucket

Definition at line 306 of file cuddInt.h.

unsigned int DdHashTable::itemsize

Definition at line 305 of file cuddInt.h.

unsigned int DdHashTable::keysize

Definition at line 304 of file cuddInt.h.

DdManager* DdHashTable::manager

Definition at line 313 of file cuddInt.h.

unsigned int DdHashTable::maxsize

Definition at line 312 of file cuddInt.h.

DdHashItem** DdHashTable::memoryList

Definition at line 308 of file cuddInt.h.

DdHashItem* DdHashTable::nextFree

Definition at line 307 of file cuddInt.h.

unsigned int DdHashTable::numBuckets

Definition at line 309 of file cuddInt.h.

int DdHashTable::shift

Definition at line 310 of file cuddInt.h.

unsigned int DdHashTable::size

Definition at line 311 of file cuddInt.h.


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