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

Dictionary Struct Reference

#include <HuffwordLib.h>

List of all members.

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...


Detailed Description

Data structure containing the dictionary and its associated information. The tokens are formed in three distinct ways. Either as sequences of alphanumeric chars, or as a sequence of separators (but not '
'), or as a singleton '
'. This choice is dictated by the way the dictionary string is manipulated and stored, it assumes that each token is terminated by '
'.

Definition at line 61 of file HuffwordLib.h.


Member Data Documentation

char* Dictionary::content
 

string obtained concatenating the tokens separated by NEWLINE.

Definition at line 62 of file HuffwordLib.h.

int Dictionary::length
 

length of the dictionary string.

Definition at line 63 of file HuffwordLib.h.

int Dictionary::num_tokens
 

number of the dictionary tokens.

Definition at line 64 of file HuffwordLib.h.

int* Dictionary::start_pos
 

array of starting positions in "string" of the various tokens.

Definition at line 65 of file HuffwordLib.h.


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