#include <config.h>
Public Member Functions | |
| bool | parse (const int, const char **) |
| bool | parseToken (string, string) |
| bool | parseValue (string) |
| bool | benchmarkMode () |
| bool | localMode () |
| bool | getMoveMode () |
| bool | help () |
| string | fnAeiInit () |
| string | fnPosition () |
| string | fnRecord () |
| string | fnGameState () |
| string | fnCfg () |
| void | printAll () |
| string | helpToString () |
Private Attributes | |
| OptionList | options_ |
| OptionList | values_ |
| OptionString | fnAeiInit_ |
| AEI init file - for debugging. | |
| OptionString | fnPosition_ |
| Position input file - for getMoveMode_. | |
| OptionString | fnRecord_ |
| Record input file. | |
| OptionString | fnGameState_ |
| Game state input file. | |
| OptionString | fnCfg_ |
| Configuration file. | |
| OptionBool | benchmarkMode_ |
| Perform various benchmarks. | |
| OptionBool | getMoveMode_ |
| Switch to getMove mode - used by match script for instance. | |
| OptionBool | localMode_ |
| Use extended AEI set. | |
| OptionBool | help_ |
| Print help. | |
OptionBool Options::benchmarkMode_ [private] |
Perform various benchmarks.
OptionString Options::fnAeiInit_ [private] |
AEI init file - for debugging.
OptionString Options::fnCfg_ [private] |
Configuration file.
OptionString Options::fnGameState_ [private] |
Game state input file.
OptionString Options::fnPosition_ [private] |
Position input file - for getMoveMode_.
OptionString Options::fnRecord_ [private] |
Record input file.
OptionBool Options::getMoveMode_ [private] |
Switch to getMove mode - used by match script for instance.
OptionBool Options::help_ [private] |
Print help.
OptionBool Options::localMode_ [private] |
Use extended AEI set.
1.5.7.1