Public Member Functions | Private Attributes
OBState Class Reference

#include <openingBookConverter.h>

List of all members.

Public Member Functions

 OBState (int startIndex, int nMove, int blackWin, int whiteWin)
int getOBMoveIndex () const
int getNOBMove () const
int getBlackWinCount () const
int getWhiteWinCount () const

Private Attributes

int OBMoveIndex
int nOBMove
int blackWinCount
int whiteWinCount

Detailed Description

Definition at line 6 of file openingBookConverter.h.


Constructor & Destructor Documentation

OBState::OBState ( int  startIndex,
int  nMove,
int  blackWin,
int  whiteWin 
) [inline]

Definition at line 14 of file openingBookConverter.h.


Member Function Documentation

int OBState::getBlackWinCount ( ) const [inline]

Definition at line 19 of file openingBookConverter.h.

References blackWinCount.

Referenced by OpeningBookConverter::writeInNewFormat().

int OBState::getNOBMove ( ) const [inline]

Definition at line 18 of file openingBookConverter.h.

References nOBMove.

Referenced by OpeningBookConverter::writeInNewEditFormat().

int OBState::getOBMoveIndex ( ) const [inline]

Definition at line 17 of file openingBookConverter.h.

References OBMoveIndex.

Referenced by OpeningBookConverter::writeInNewEditFormat().

int OBState::getWhiteWinCount ( ) const [inline]

Definition at line 20 of file openingBookConverter.h.

References whiteWinCount.

Referenced by OpeningBookConverter::writeInNewFormat().


Member Data Documentation

int OBState::blackWinCount [private]

Definition at line 10 of file openingBookConverter.h.

Referenced by getBlackWinCount().

int OBState::nOBMove [private]

Definition at line 9 of file openingBookConverter.h.

Referenced by getNOBMove().

int OBState::OBMoveIndex [private]

Definition at line 8 of file openingBookConverter.h.

Referenced by getOBMoveIndex().

int OBState::whiteWinCount [private]

Definition at line 11 of file openingBookConverter.h.

Referenced by getWhiteWinCount().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines