Simplify Book APIs

Retire open(), close() and name() from public visibility
and greately simplify the code. It is amazing how much
can be squeezed out of an already mature code !

No functional change

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-12-31 17:52:14 +01:00
parent c00443b19e
commit 8300ab149c
4 changed files with 100 additions and 147 deletions

View File

@@ -56,7 +56,7 @@ using namespace std;
/// date (in the format YYMMDD) is used as a version number.
static const string Version = "";
static const string Tag = "";
static const string Tag = "";
/// engine_info() returns the full name of the current Stockfish version.