core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

_mesa_HashTable Struct Reference

The hash table data structure. More...


Data Fields

HashEntryTable [TABLE_SIZE]
 the lookup table. More...

GLuint MaxKey
 highest key inserted so far. More...

_glthread_Mutex Mutex
 mutual exclusion lock. More...


Detailed Description

The hash table data structure.

This is an opaque types (it's not defined in hash.h file).


Field Documentation

GLuint _mesa_HashTable::MaxKey
 

highest key inserted so far.

_glthread_Mutex _mesa_HashTable::Mutex
 

mutual exclusion lock.

struct HashEntry* _mesa_HashTable::Table[TABLE_SIZE]
 

the lookup table.


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001