Classes | |
struct | Element |
struct | List |
Public Types | |
typedef hash_map< HashKey, List > | table_t |
Public Member Functions | |
void | setAttack (Player attack) |
void | addProof (const NumEffectState &state, const HashKey &key, PieceStand proof_pieces) |
const List | probe (const NumEffectState &state) const |
const HashKey | makeKey (const SimpleState &state) const |
const std::pair< HashKey, HashKey > | makeLargeKey (const SimpleState &state) const |
Static Public Member Functions | |
template<Direction DIR> | |
static void | addKey (HashKey &key, const SimpleState &state, Square target) |
template<Direction DIR, Direction DIR2> | |
static void | addKey (HashKey &key, const SimpleState &state, Square target) |
Public Attributes | |
table_t | table |
Player | defender |
Definition at line 32 of file dualDfpn.cc.
typedef hash_map<HashKey, List> osl::checkmate::DualDfpn::OraclePool::table_t |
Definition at line 60 of file dualDfpn.cc.
|
inlinestatic |
Definition at line 94 of file dualDfpn.cc.
References osl::hash::HashGenTable::addHashKey(), osl::DirectionTraits< Dir >::blackOffset(), osl::hash::Hash_Gen_Table, and osl::Piece::ptypeO().
|
inlinestatic |
Definition at line 102 of file dualDfpn.cc.
References osl::hash::HashGenTable::addHashKey(), osl::DirectionTraits< Dir >::blackOffset(), osl::hash::Hash_Gen_Table, and osl::Piece::ptypeO().
|
inline |
Definition at line 67 of file dualDfpn.cc.
References makeLargeKey(), table, and osl::WHITE.
|
inline |
Definition at line 110 of file dualDfpn.cc.
References osl::hash::HashGenTable::addHashKey(), osl::Centering3x3::adjustCenter(), center, defender, and osl::hash::Hash_Gen_Table.
Referenced by makeLargeKey().
|
inline |
Definition at line 124 of file dualDfpn.cc.
References osl::hash::HashGenTable::addHashKey(), osl::Centering5x3::adjustCenter(), center, defender, osl::hash::Hash_Gen_Table, and makeKey().
Referenced by addProof(), and probe().
|
inline |
Definition at line 78 of file dualDfpn.cc.
References makeLargeKey(), and table.
|
inline |
Definition at line 63 of file dualDfpn.cc.
References osl::alt(), and defender.
Player osl::checkmate::DualDfpn::OraclePool::defender |
Definition at line 62 of file dualDfpn.cc.
Referenced by makeKey(), makeLargeKey(), and setAttack().
table_t osl::checkmate::DualDfpn::OraclePool::table |
Definition at line 61 of file dualDfpn.cc.
Referenced by addProof(), and probe().