Definition in file GoGtpEngine.cpp.
#include "SgSystem.h"
#include "GoGtpEngine.h"
#include <algorithm>
#include <cmath>
#include <exception>
#include <fstream>
#include <iomanip>
#include <limits>
#include <time.h>
#include <boost/filesystem/operations.hpp>
#include "GoEyeUtil.h"
#include "GoGtpCommandUtil.h"
#include "GoNodeUtil.h"
#include "GoPlayer.h"
#include "GoTimeControl.h"
#include "GoUtil.h"
#include "SgDebug.h"
#include "SgEBWArray.h"
#include "SgException.h"
#include "SgGameReader.h"
#include "SgGameWriter.h"
#include "SgPointSetUtil.h"
#include "SgTime.h"
#include "SgWrite.h"
Go to the source code of this file.
Functions | |
GoRules::KoRule | KoRuleArg (GtpCommand &cmd, size_t number) |
string | KoRuleToString (GoRules::KoRule rule) |
GoRules::KoRule @9::KoRuleArg | ( | GtpCommand & | cmd, | |
size_t | number | |||
) | [static] |
Definition at line 48 of file GoGtpEngine.cpp.
References GtpCommand::ArgToLower(), GoRules::POS_SUPERKO, GoRules::SIMPLEKO, and GoRules::SUPERKO.
Referenced by GoGtpEngine::CmdParamRules().
string @9::KoRuleToString | ( | GoRules::KoRule | rule | ) | [static] |
Definition at line 60 of file GoGtpEngine.cpp.
References GoRules::POS_SUPERKO, SG_ASSERT, GoRules::SIMPLEKO, and GoRules::SUPERKO.
Referenced by GoGtpEngine::CheckLegal(), and GoGtpEngine::CmdParamRules().