#include <HuffwordLib.h>
Public Attributes | |
char * | str |
token. More... | |
int | len_str |
length of the token (to manage also NULL). More... | |
int | count_occ |
number of occurrences of the token. More... | |
int | codeword |
codeword for this token byte-aligned and tagged. More... | |
int | cw_len |
length of the codeword in bytes. More... | |
Hash_node * | next |
pointer to the next item in the list. More... |
Definition at line 32 of file HuffwordLib.h.
|
codeword for this token byte-aligned and tagged.
Definition at line 36 of file HuffwordLib.h. |
|
number of occurrences of the token.
Definition at line 35 of file HuffwordLib.h. |
|
length of the codeword in bytes.
Definition at line 37 of file HuffwordLib.h. |
|
length of the token (to manage also NULL).
Definition at line 34 of file HuffwordLib.h. |
|
pointer to the next item in the list.
Definition at line 38 of file HuffwordLib.h. |
|
token.
Definition at line 33 of file HuffwordLib.h. |