![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Internal: Hash table structure. More...
#include "bucketLib.h"
Public Attributes | |
ITEM ** | pTable |
void * | freeListPVT |
unsigned | hashIdMask |
unsigned | hashIdNBits |
unsigned | nInUse |
struct bucket * | link |
struct bucket * | next |
char * | name |
char * | tag |
short | value |
short | index |
short | prec |
char | class |
char | assoc |
Internal: Hash table structure.
Definition at line 48 of file bucketLib.h.
void* bucket::freeListPVT |
Definition at line 50 of file bucketLib.h.
unsigned bucket::hashIdMask |
Definition at line 51 of file bucketLib.h.
unsigned bucket::hashIdNBits |
Definition at line 52 of file bucketLib.h.
unsigned bucket::nInUse |
Definition at line 53 of file bucketLib.h.
ITEM** bucket::pTable |
Definition at line 49 of file bucketLib.h.