Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
lib
game_playing
openingBookTracer.cc
Go to the documentation of this file.
1
/* openingBookTracer.cc
2
*/
3
#include "
osl/game_playing/openingBookTracer.h
"
4
5
osl::game_playing::
6
OpeningBookTracer::~OpeningBookTracer
()
7
{
8
}
9
10
/* ------------------------------------------------------------------------- */
11
12
osl::game_playing::
13
NullBook::~NullBook
()
14
{
15
}
16
17
void
osl::game_playing::
18
NullBook::update
(
Move
)
19
{
20
}
21
22
const
osl::Move
osl::game_playing::
23
NullBook::selectMove
()
const
24
{
25
return
Move::INVALID();
26
}
27
28
bool
osl::game_playing::
29
NullBook::isOutOfBook
()
const
30
{
31
return
true
;
32
}
33
34
void
osl::game_playing::
35
NullBook::popMove
()
36
{
37
}
38
39
/* ------------------------------------------------------------------------- */
40
// ;;; Local Variables:
41
// ;;; mode:c++
42
// ;;; c-basic-offset:2
43
// ;;; End:
Generated on Sun Jul 21 2013 13:37:25 by
1.8.4