Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

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:

base::SingleLinkable< SingleBucket_t > base::SingleLinkable_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

uint32_t hash::SingleBucket_t::info
 


The documentation for this struct was generated from the following file:
Generated on Fri Jun 30 00:03:00 2006 for Module hash by  doxygen 1.4.2