#include <GoBoardUtil.h>
To use it, just declare a variable of this type on the stack for the desired scope.
Definition at line 906 of file GoBoardUtil.h.
Public Member Functions | |
GoRestoreKoRule (GoBoard &board) | |
~GoRestoreKoRule () | |
Private Member Functions | |
GoRestoreKoRule (const GoRestoreKoRule &) | |
Not implemented. | |
GoRestoreKoRule & | operator= (const GoRestoreKoRule &) |
Not implemented. | |
Private Attributes | |
GoBoard & | m_board |
GoRules::KoRule | m_koRule |
GoRestoreKoRule::GoRestoreKoRule | ( | GoBoard & | board | ) |
Definition at line 925 of file GoBoardUtil.h.
GoRestoreKoRule::~GoRestoreKoRule | ( | ) |
Definition at line 931 of file GoBoardUtil.h.
References m_board, m_koRule, GoBoard::Rules(), and GoRules::SetKoRule().
GoRestoreKoRule::GoRestoreKoRule | ( | const GoRestoreKoRule & | ) | [private] |
Not implemented.
GoRestoreKoRule& GoRestoreKoRule::operator= | ( | const GoRestoreKoRule & | ) | [private] |
Not implemented.
GoBoard& GoRestoreKoRule::m_board [private] |
GoRules::KoRule GoRestoreKoRule::m_koRule [private] |