All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::search::AlphaBeta3::CallQuiesce< P > Struct Template Reference
Collaboration diagram for osl::search::AlphaBeta3::CallQuiesce< P >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CallQuiesce (AlphaBeta3 *s)
void operator() (Square) const

Public Attributes

AlphaBeta3search

Detailed Description

template<osl::Player P>
struct osl::search::AlphaBeta3::CallQuiesce< P >

Definition at line 360 of file alphaBeta3.cc.


Constructor & Destructor Documentation

template<osl::Player P>
osl::search::AlphaBeta3::CallQuiesce< P >::CallQuiesce ( AlphaBeta3 s) [inline, explicit]

Definition at line 363 of file alphaBeta3.cc.


Member Function Documentation

template<osl::Player P>
void osl::search::AlphaBeta3::CallQuiesce< P >::operator() ( Square  ) const [inline]

Definition at line 364 of file alphaBeta3.cc.

References search().


Member Data Documentation

template<osl::Player P>
AlphaBeta3* osl::search::AlphaBeta3::CallQuiesce< P >::search

Definition at line 362 of file alphaBeta3.cc.


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