Grampus


Repertoire Module

Namespace: Grampus

Assembly: GrampusLib.dll

Holds the functions related to a Repertoire.

Functions and values

Function or value Description

Black ()

Full Usage: Black ()

Parameters:
    () : unit

Returns: RepOpts * RepMove

Black Repertoire

() : unit
Returns: RepOpts * RepMove

BlackErrFile ()

Full Usage: BlackErrFile ()

Parameters:
    () : unit

Returns: string

Black Repertoire Error File

() : unit
Returns: string

LoadBlack ()

Full Usage: LoadBlack ()

Parameters:
    () : unit

Load Black Repertoire

() : unit

LoadWhite ()

Full Usage: LoadWhite ()

Parameters:
    () : unit

Load White Repertoire

() : unit

OptsHaveSan san opts

Full Usage: OptsHaveSan san opts

Parameters:
    san : string - The SAN string.
    opts : RepOpt list - The list of options as a RepOpt list type.

Returns: bool Whether in the options as a bool.

Check whether options contains a particular SAN string.

san : string

The SAN string.

opts : RepOpt list

The list of options as a RepOpt list type.

Returns: bool

Whether in the options as a bool.

UpdateBlack ()

Full Usage: UpdateBlack ()

Parameters:
    () : unit

Returns: int The number of errors.

Update Blck Repertoire from database.

() : unit
Returns: int

The number of errors.

UpdateWhite ()

Full Usage: UpdateWhite ()

Parameters:
    () : unit

Returns: int The number of errors.

Update White Repertoire from database.

() : unit
Returns: int

The number of errors.

White ()

Full Usage: White ()

Parameters:
    () : unit

Returns: RepOpts * RepMove

White Repertoire

() : unit
Returns: RepOpts * RepMove

WhiteErrFile ()

Full Usage: WhiteErrFile ()

Parameters:
    () : unit

Returns: string

White Repertoire Error File

() : unit
Returns: string