Public Member Functions | Public Attributes | List of all members
cwchess::pgn::ScannerData< ForwardIterator > Struct Template Reference

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.
 

Detailed Description

template<class ForwardIterator>
struct cwchess::pgn::ScannerData< ForwardIterator >

Variable data of a Scanner.

Definition at line 162 of file PgnDatabase.cc.


The documentation for this struct was generated from the following file:

Copyright © 2006 - 2010 Carlo Wood.  All rights reserved.