#include <tokenizer.h>
Public Member Functions | |
TokenInformation (std::streamoff o, schma::UnicodePtr t) | |
TokenInformation () | |
Public Attributes | |
std::streamoff | offset |
schma::UnicodePtr | token |
Definition at line 169 of file tokenizer.h.
PhraseHunter::TextSaver::TokenInformation::TokenInformation | ( | std::streamoff | o, | |
schma::UnicodePtr | t | |||
) | [inline] |
Definition at line 174 of file tokenizer.h.
PhraseHunter::TextSaver::TokenInformation::TokenInformation | ( | ) | [inline] |
Definition at line 177 of file tokenizer.h.
std::streamoff PhraseHunter::TextSaver::TokenInformation::offset |