hash_table Struct Reference

Collaboration diagram for hash_table:

Collaboration graph
[legend]

Data Fields

struct cso_hashcso
unsigned(* hash )(void *key)
 Hash function.
int(* compare )(void *key1, void *key2)
 Compare two keys.

Detailed Description

Definition at line 50 of file u_hash_table.c.


Field Documentation

struct cso_hash* hash_table::cso [read]

Definition at line 52 of file u_hash_table.c.

unsigned(* hash_table::hash)(void *key)

Hash function.

int(* hash_table::compare)(void *key1, void *key2)

Compare two keys.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:01 2009 for Gallium3D by  doxygen 1.5.4