All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::search::QSearch2HelperBase Struct Reference
Inheritance diagram for osl::search::QSearch2HelperBase:
Inheritance graph
[legend]
Collaboration diagram for osl::search::QSearch2HelperBase:
Collaboration graph
[legend]

Public Member Functions

 QSearch2HelperBase (int &r, int a, int b, Move l)
 

Public Attributes

int & result
 
int alpha
 
int beta
 
Move last_move
 

Detailed Description

Definition at line 99 of file quiescenceSearch2.tcc.

Constructor & Destructor Documentation

osl::search::QSearch2HelperBase::QSearch2HelperBase ( int &  r,
int  a,
int  b,
Move  l 
)
inline

Definition at line 104 of file quiescenceSearch2.tcc.

Member Data Documentation

int osl::search::QSearch2HelperBase::alpha
int osl::search::QSearch2HelperBase::beta
Move osl::search::QSearch2HelperBase::last_move
int& osl::search::QSearch2HelperBase::result

The documentation for this struct was generated from the following file: