hashtable_t Struct Reference
[Functional objectsHashtables]

Collaboration diagram for hashtable_t:

Collaboration graph
[legend]

Data Fields

muse_functional_object_t base
int count
 The number of kvpairs in the hash table.
int bucket_count
 The number of buckets in the hash table.
muse_cellbuckets
 The array holding the buckets.

Field Documentation

muse_functional_object_t hashtable_t::base

int hashtable_t::count

The number of kvpairs in the hash table.

int hashtable_t::bucket_count

The number of buckets in the hash table.

muse_cell* hashtable_t::buckets

The array holding the buckets.

Each bucket is simply an assoc list.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 25 23:12:51 2006 for muSE by  doxygen 1.4.7