#include <BitmapDigest.h>
Definition at line 49 of file BitmapDigest.h.
Public Attributes | |
| int | tab_size |
| size of the digest | |
| int | start_bit |
| the bit position offset into the bitmap | |
| int | start_seq |
| first index in the digest represented | |
| int | last_seq |
| the last sequence set. | |
| unsigned char | tab [BITMAP_SIZE/8] |
| the bitmap itself | |
1.5.5