#include <HuffwordLib.h>
Public Attributes | |
char * | content |
string obtained concatenating the tokens separated by NEWLINE. More... | |
int | length |
length of the dictionary string. More... | |
int | num_tokens |
number of the dictionary tokens. More... | |
int * | start_pos |
array of starting positions in "string" of the various tokens. More... |
Definition at line 61 of file HuffwordLib.h.
|
string obtained concatenating the tokens separated by NEWLINE.
Definition at line 62 of file HuffwordLib.h. |
|
length of the dictionary string.
Definition at line 63 of file HuffwordLib.h. |
|
number of the dictionary tokens.
Definition at line 64 of file HuffwordLib.h. |
|
array of starting positions in "string" of the various tokens.
Definition at line 65 of file HuffwordLib.h. |