Options Class Reference

Management of command line configuration. More...

#include <config.h>

List of all members.

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.


Detailed Description

Management of command line configuration.

Member Data Documentation

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.


The documentation for this class was generated from the following files:

Generated on Thu Aug 6 23:29:08 2009 for akimot by  doxygen 1.5.7.1