ATLAS Offline Software
Public Attributes | List of all members
hhh_HashTable Struct Reference

#include <HashTable.h>

Collaboration diagram for hhh_HashTable:

Public Attributes

pthread_mutex_t lock
 
struct hhh_Cell ** table
 
unsigned int size
 
unsigned int nentries
 
struct hhh_Celllastfound
 

Detailed Description

Definition at line 25 of file HashTable.h.

Member Data Documentation

◆ lastfound

struct hhh_Cell* hhh_HashTable::lastfound

Definition at line 33 of file HashTable.h.

◆ lock

pthread_mutex_t hhh_HashTable::lock

Definition at line 26 of file HashTable.h.

◆ nentries

unsigned int hhh_HashTable::nentries

Definition at line 31 of file HashTable.h.

◆ size

unsigned int hhh_HashTable::size

Definition at line 30 of file HashTable.h.

◆ table

struct hhh_Cell** hhh_HashTable::table

Definition at line 28 of file HashTable.h.


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