Variable data of a Scanner. More...
Public Member Functions | |
| void | init (ForwardIterator* iter) |
Public Attributes | |
| ForwardIterator* | M_iter |
| The current position. | |
| unsigned int | M_line |
| The current line number, starts at 1. | |
| unsigned int | M_column |
| The current column, starts at 0. | |
| unsigned int | M_number_of_characters |
| The number of characters before the current position. | |
| Color | M_to_move |
| The color that is too move at this point in the game. | |
Variable data of a Scanner.
Definition at line 162 of file PgnDatabase.cc.