Cinnamon  1.0
chess engine
OpenBook Class Reference

#include <OpenBook.h>

List of all members.

Public Member Functions

 OpenBook ()
virtual ~OpenBook ()
bool load ()
string search (int side, string movesPath)
void create (string fileWhite, string fileBlack)

Detailed Description

Definition at line 6 of file OpenBook.h.


Constructor & Destructor Documentation

Definition at line 3 of file OpenBook.cpp.

OpenBook::~OpenBook ( ) [virtual]

Definition at line 80 of file OpenBook.cpp.


Member Function Documentation

void OpenBook::create ( string  fileWhite,
string  fileBlack 
)

Definition at line 246 of file OpenBook.cpp.

bool OpenBook::load ( )

Definition at line 9 of file OpenBook.cpp.

string OpenBook::search ( int  side,
string  movesPath 
)

Definition at line 89 of file OpenBook.cpp.


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