#include "TextHandler.hpp"
Go to the source code of this file.
Compounds | |
struct | doct |
class | MemParser |
Typedefs | |
typedef char * | docid_t |
A document id is a null terminated character array. | |
typedef doct | doc_t |
|
A document is a character array storing the document contents, a length of the array, and a document id. |
|
A document id is a null terminated character array.
|