kigo
Kigo::Move Class Reference
#include <move.h>
Public Member Functions | |
Move (const Player *player, const Stone &stone) | |
Move (const Move &other) | |
bool | isPass () const |
bool | isValid () const |
Move & | operator= (const Move &other) |
const Player * | player () const |
const Stone & | stone () const |
Detailed Description
The Move class is a light-weight representation of a Go move (to be) made by a Go player.
- Since
- 0.5
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.