Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

Jumpers Struct Reference

#include <HuffwordLib.h>

List of all members.

Public Attributes

int number
 number of defined jumpers. More...

int * text_offsets
 array of starting positions in the plain text. More...

int * ctext_offsets
 array of starting positions in the compressed text (aligned to cw starts). More...


Detailed Description

Data structure containing the pointers to some positions in the compressed text.

Definition at line 81 of file HuffwordLib.h.


Member Data Documentation

int* Jumpers::ctext_offsets
 

array of starting positions in the compressed text (aligned to cw starts).

Definition at line 84 of file HuffwordLib.h.

int Jumpers::number
 

number of defined jumpers.

Definition at line 82 of file HuffwordLib.h.

int* Jumpers::text_offsets
 

array of starting positions in the plain text.

Definition at line 83 of file HuffwordLib.h.


Generated on Mon Mar 31 14:44:31 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002