Classes | Public Member Functions | Public Attributes | List of all members
osl::checkmate::DfpnShared Class Reference

#include <dfpnParallel.h>

Classes

struct  ThreadData
 

Public Member Functions

 DfpnShared ()
 
void restartThreads (const HashKey &key, int depth, unsigned int threads)
 
void clear ()
 

Public Attributes

volatile bool stop_all
 
CArray< ThreadData, 32 > data
 

Detailed Description

Definition at line 13 of file dfpnParallel.h.

Constructor & Destructor Documentation

§ DfpnShared()

osl::checkmate::DfpnShared::DfpnShared ( )
inline

Definition at line 37 of file dfpnParallel.h.

Member Function Documentation

§ clear()

void osl::checkmate::DfpnShared::clear ( )
inline

§ restartThreads()

void osl::checkmate::DfpnShared::restartThreads ( const HashKey key,
int  depth,
unsigned int  threads 
)
inline

Member Data Documentation

§ data

CArray<ThreadData, 32> osl::checkmate::DfpnShared::data

Definition at line 36 of file dfpnParallel.h.

Referenced by osl::checkmate::Dfpn::attack(), and osl::checkmate::Dfpn::defense().

§ stop_all

volatile bool osl::checkmate::DfpnShared::stop_all

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