All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::search::AlphaBeta3::SearchInfo Struct Reference

#include <alphaBeta3.h>

Collaboration diagram for osl::search::AlphaBeta3::SearchInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SearchInfo ()

Public Attributes

Move moved
HashKey hash_key
PathEncoding path
int height
int extended
int alpha
int beta
NodeType node_type
eval_t eval
int search_value
int moves_tried
bool in_check
PVVector pv
MoveVector moves
MoveCategory move_type
unsigned int move_index

Detailed Description

Definition at line 60 of file alphaBeta3.h.


Constructor & Destructor Documentation

Definition at line 1034 of file alphaBeta3.cc.


Member Data Documentation

Definition at line 80 of file alphaBeta3.h.

Referenced by osl::search::AlphaBeta3::nextMove().

Definition at line 79 of file alphaBeta3.h.

Referenced by osl::search::AlphaBeta3::nextMove().

Definition at line 74 of file alphaBeta3.h.


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