![]() |
Cinnamon
1.0
chess engine
|
#include <IterativeDeeping.h>
Public Member Functions | |
IterativeDeeping () | |
virtual | ~IterativeDeeping () |
virtual void | run () |
bool | getPonderEnabled () |
void | setUseBook (bool) |
bool | getUseBook () |
void | lockMutex (bool) |
void | clearMovesPath () |
void | enablePonder (bool) |
void | setFollowBook (bool b) |
Definition at line 9 of file IterativeDeeping.h.
Definition at line 3 of file IterativeDeeping.cpp.
IterativeDeeping::~IterativeDeeping | ( | ) | [virtual] |
Definition at line 11 of file IterativeDeeping.cpp.
void IterativeDeeping::clearMovesPath | ( | ) |
Reimplemented from Search.
Definition at line 32 of file IterativeDeeping.cpp.
void IterativeDeeping::enablePonder | ( | bool | b | ) |
Definition at line 17 of file IterativeDeeping.cpp.
bool IterativeDeeping::getPonderEnabled | ( | ) |
Definition at line 28 of file IterativeDeeping.cpp.
bool IterativeDeeping::getUseBook | ( | ) |
Definition at line 37 of file IterativeDeeping.cpp.
void IterativeDeeping::lockMutex | ( | bool | b | ) |
Definition at line 24 of file IterativeDeeping.cpp.
void IterativeDeeping::run | ( | ) | [virtual] |
Implements Runnable.
Definition at line 55 of file IterativeDeeping.cpp.
void IterativeDeeping::setFollowBook | ( | bool | b | ) |
Definition at line 21 of file IterativeDeeping.cpp.
void IterativeDeeping::setUseBook | ( | bool | b | ) |
Definition at line 41 of file IterativeDeeping.cpp.