BitmapHash Struct Reference

#include <veil_datatypes.h>

Collaboration diagram for BitmapHash:

Collaboration graph

Detailed Description

Subtype of Object for storing bitmap hashes.

A bitmap hash is a hash of dynamically allocated bitmaps, keyed by strings. Note that these cannot be created as shared variables.

Definition at line 250 of file veil_datatypes.h.


Data Fields

ObjType type
 This must have the value OBJ_BITMAP_HASH.
int32 bitzero
 The index of the lowest bit each bitmap can store.
int32 bitmax
 The index of the highest bit each bitmap can store.
HTAB * hash
 Pointer to the (Postgresql dynahash) hash table.
HTAB * hash
 Pointer to the (Postgresql dynahash) hash table.

The documentation for this struct was generated from the following files:
Generated on Tue Mar 11 10:20:10 2008 for Veil by  doxygen 1.5.4