Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoBoard::Snapshot Struct Reference

List of all members.

Detailed Description

Definition at line 786 of file GoBoard.h.

Public Attributes

int m_moveNumber
 Move number; -1, if no snapshot was made.
int m_blockListSize
State m_state
SgPointArray< Blockm_blockArray
 State of blocks currently on the board.


Member Data Documentation

SgPointArray<Block> GoBoard::Snapshot::m_blockArray

State of blocks currently on the board.

Definition at line 796 of file GoBoard.h.

int GoBoard::Snapshot::m_blockListSize

Definition at line 791 of file GoBoard.h.

int GoBoard::Snapshot::m_moveNumber

Move number; -1, if no snapshot was made.

Definition at line 789 of file GoBoard.h.

State GoBoard::Snapshot::m_state

Definition at line 793 of file GoBoard.h.


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


17 Jun 2010 Doxygen 1.4.7