This is Unofficial EPICS BASE Doxygen Site
bucket Struct Reference

Internal: Hash table structure. More...

#include "bucketLib.h"

+ Collaboration diagram for bucket:

Public Attributes

ITEM ** pTable
 
void * freeListPVT
 
unsigned hashIdMask
 
unsigned hashIdNBits
 
unsigned nInUse
 
struct bucketlink
 
struct bucketnext
 
char * name
 
char * tag
 
short value
 
short index
 
short prec
 
char class
 
char assoc
 

Detailed Description

Internal: Hash table structure.

Definition at line 48 of file bucketLib.h.

Member Data Documentation

char bucket::assoc

Definition at line 130 of file defs.h.

char bucket::class

Definition at line 129 of file defs.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.

short bucket::index

Definition at line 127 of file defs.h.

struct bucket* bucket::link

Definition at line 122 of file defs.h.

char* bucket::name

Definition at line 124 of file defs.h.

struct bucket* bucket::next

Definition at line 123 of file defs.h.

unsigned bucket::nInUse

Definition at line 53 of file bucketLib.h.

short bucket::prec

Definition at line 128 of file defs.h.

ITEM** bucket::pTable

Definition at line 49 of file bucketLib.h.

char* bucket::tag

Definition at line 125 of file defs.h.

short bucket::value

Definition at line 126 of file defs.h.


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