![]() |
Cinnamon
1.0
chess engine
|
#include <OpenBook.h>
Public Member Functions | |
OpenBook () | |
virtual | ~OpenBook () |
bool | load () |
string | search (int side, string movesPath) |
void | create (string fileWhite, string fileBlack) |
Definition at line 6 of file OpenBook.h.
Definition at line 3 of file OpenBook.cpp.
OpenBook::~OpenBook | ( | ) | [virtual] |
Definition at line 80 of file OpenBook.cpp.
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.