// $Id: COsMatchType.htm 119 2004-05-16 00:02:24Z ggs_mburo $ // This is a GGS file, licensed under the GPL COsMatchType

COsMatchType

The COsMatchType class includes information about the type of match.

Members

Variables
CBoardType btBoard type (size and shape)
bool fAntitrue if the match is anti (player with the most discs loses).
bool fKomitrue if the match is komi (players estimate winning margin).
char colorone of "bw?sk" for black, white, random, synch, or komi color determination
int nRandDiscsnumber of preplaced discs for rand games.
Creation
Clear()Clear all information from the match type.
I/O
In()Reads from a stream in the GGF format, normally use the >> operator.
Out()Write to a stream in GGF format, normally use the << operator.