My Project
osl::checkmate::DfpnTable::List Struct Reference
Inheritance diagram for osl::checkmate::DfpnTable::List:

Public Types

typedef std::forward_list< DfpnRecordlist_t
 

Public Member Functions

 List ()
 
 List (const List &src)
 
template<Player Attack>
const DfpnRecord probe (const HashKey &key, PieceStand white_stand) const
 
template<Player Attack>
const DfpnRecord findProofOracle (const HashKey &key, PieceStand white_stand, Move last_move) const
 
template<Player Attack>
void showProofOracles (const HashKey &key, PieceStand white_stand, Move last_move) const
 
bool store (DfpnRecord &value, int leaving_thread_id)
 
void addDag (DfpnRecord &value)
 
bool setWorking (const DfpnRecord &value, int thread_id)
 
void leaveWorking (PieceStand black, int thread_id)
 
void testTable (const BoardKey &) const
 
size_t smallTreeGC (size_t threshold)
 
size_t estimateNodeCount (const HashKey &key, bool dominance_max) const
 
template<osl::Player A>
const osl::checkmate::DfpnRecord probe (const HashKey &key, PieceStand white_stand) const
 
template<osl::Player A>
const osl::checkmate::DfpnRecord findProofOracle (const HashKey &key, PieceStand white_stand, Move last_move) const
 

Detailed Description

Definition at line 618 of file dfpn.cc.

Member Typedef Documentation

◆ list_t

Definition at line 620 of file dfpn.cc.

Constructor & Destructor Documentation

◆ List() [1/2]

osl::checkmate::DfpnTable::List::List ( )
inline

Definition at line 624 of file dfpn.cc.

◆ List() [2/2]

osl::checkmate::DfpnTable::List::List ( const List & src)
inline

Definition at line 625 of file dfpn.cc.

Member Function Documentation

◆ addDag()

◆ estimateNodeCount()

size_t osl::checkmate::DfpnTable::List::estimateNodeCount ( const HashKey & key,
bool dominance_max ) const

◆ findProofOracle() [1/2]

template<Player Attack>
const DfpnRecord osl::checkmate::DfpnTable::List::findProofOracle ( const HashKey & key,
PieceStand white_stand,
Move last_move ) const

◆ findProofOracle() [2/2]

◆ leaveWorking()

void osl::checkmate::DfpnTable::List::leaveWorking ( PieceStand black,
int thread_id )
inline

◆ probe() [1/2]

template<Player Attack>
const DfpnRecord osl::checkmate::DfpnTable::List::probe ( const HashKey & key,
PieceStand white_stand ) const

◆ probe() [2/2]

◆ setWorking()

bool osl::checkmate::DfpnTable::List::setWorking ( const DfpnRecord & value,
int thread_id )
inline

◆ showProofOracles()

◆ smallTreeGC()

size_t osl::checkmate::DfpnTable::List::smallTreeGC ( size_t threshold)
inline

Definition at line 739 of file dfpn.cc.

References SCOPED_LOCK, and threshold.

◆ store()

◆ testTable()


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