Tokenizer.Range

Undocumented in source.

Members

Variables

_begin_pos
size_t _begin_pos;

Begin position of a token

_current_line
uint _current_line;

Line number of the current token

_current_pos
size_t _current_pos;

Position of the token in the current line

_end_pos
size_t _end_pos;

End position of a token

_eos
bool _eos;

Marks end of stream

_line
uint _line;

Line number

_line_pos
size_t _line_pos;

Position of the current line