All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::search::AlphaBeta3::CallSearch< P > Struct Template Reference
Collaboration diagram for osl::search::AlphaBeta3::CallSearch< P >:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

AlphaBeta3search
 

Detailed Description

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

Definition at line 83 of file alphaBeta3.h.

Constructor & Destructor Documentation

template<Player P>
osl::search::AlphaBeta3::CallSearch< P >::CallSearch ( AlphaBeta3 s)
inlineexplicit

Definition at line 355 of file alphaBeta3.cc.

Member Function Documentation

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

Definition at line 356 of file alphaBeta3.cc.

References search().

Member Data Documentation

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

Definition at line 354 of file alphaBeta3.cc.


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