hash::SingleBucket_t Struct Reference
Single linked buckets info contains the hash value and possible other data: (info & mask) free for data, (info & ~mask) reserved.
More...
#include <tables.h>
Inheritance diagram for hash::SingleBucket_t:
List of all members.
|
Public Attributes |
uint32_t | info |
Detailed Description
Single linked buckets info contains the hash value and possible other data: (info & mask) free for data, (info & ~mask) reserved.
We need a concrete type for the generic rehash functions that do not depend on any customized data, and a template type to avoid tons of casts.
Member Data Documentation
The documentation for this struct was generated from the following file:
- /home/adavid/UPPAAL/trunk/server/modules/include/hash/tables.h
Generated on Fri Jun 30 00:03:00 2006 for Module hash by
1.4.2