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

Canonical Struct Reference

#include <HuffwordLib.h>

List of all members.

Public Attributes

int firstcw [5]
 first codeword of each level (from 1 to 4). More...

int offsetcw [5]
 dictionary position of the first token of levels 1...4, it is > num_tokens if absent. More...

int max_cwlen
 maximum codeword length in bytes. More...

int num_tokens
 number of tokens in the Dictionary data structure. More...


Detailed Description

Data structure containing the canonical huffman information.

Definition at line 71 of file HuffwordLib.h.


Member Data Documentation

int Canonical::firstcw[5]
 

first codeword of each level (from 1 to 4).

Definition at line 72 of file HuffwordLib.h.

int Canonical::max_cwlen
 

maximum codeword length in bytes.

Definition at line 74 of file HuffwordLib.h.

int Canonical::num_tokens
 

number of tokens in the Dictionary data structure.

Definition at line 75 of file HuffwordLib.h.

int Canonical::offsetcw[5]
 

dictionary position of the first token of levels 1...4, it is > num_tokens if absent.

Definition at line 73 of file HuffwordLib.h.


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