Cinnamon  1.0
chess engine
IterativeDeeping Class Reference

#include <IterativeDeeping.h>

Inheritance diagram for IterativeDeeping:
Thread Search Runnable Eval Hash GenMoves ChessBoard

List of all members.

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)

Detailed Description

Definition at line 9 of file IterativeDeeping.h.


Constructor & Destructor Documentation

Definition at line 11 of file IterativeDeeping.cpp.


Member Function Documentation

Reimplemented from Search.

Definition at line 32 of file IterativeDeeping.cpp.

Definition at line 17 of file IterativeDeeping.cpp.

Definition at line 28 of file IterativeDeeping.cpp.

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.

Definition at line 21 of file IterativeDeeping.cpp.

void IterativeDeeping::setUseBook ( bool  b)

Definition at line 41 of file IterativeDeeping.cpp.


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