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

HashEntry Struct Reference

An entry in the hash table. More...


Data Fields

GLuint Key
 the entry's key. More...

voidData
 the entry's data. More...

HashEntry * Next
 pointer to next entry. More...


Detailed Description

An entry in the hash table.

This struct is private to this file.


Field Documentation

void* HashEntry::Data
 

the entry's data.

GLuint HashEntry::Key
 

the entry's key.

struct HashEntry* HashEntry::Next
 

pointer to next entry.


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