Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
|
This is the complete list of members for bMoveList, including all inherited members.
addBlackMoveIfValid(bBasicBoard const &b, bMove &m) | bMoveList | |
addBlackPromotionIfValid(bBasicBoard const &b, bMove &m) | bMoveList | |
addWhiteMoveIfValid(bBasicBoard const &b, bMove &m) | bMoveList | |
addWhitePromotionIfValid(bBasicBoard const &b, bMove &m) | bMoveList | |
adjustQSMoves() | bMoveList | |
atLeastOneMovePossible(bBasicBoard &b) | bMoveList | |
bMoveList() | bMoveList | inlineexplicit |
bMoveList(bMoveList const &ml)=delete | bMoveList | |
bMoveList(bMoveList &&ml)=delete | bMoveList | |
clearBestMoveId() | bMoveList | inline |
clearIsGenerated() | bMoveList | inlineprotected |
clearIsOnlyMove() | bMoveList | inlineprotected |
clearIsPossibleMove() | bMoveList | inlineprotected |
clearIsSorted() | bMoveList | inlineprotected |
clearKeepScores() | bMoveList | inline |
clearNeedSorted() | bMoveList | inline |
clearScores() | bMoveList | inline |
emptyMoveList() | bMoveList | |
generateMoves(bBasicBoard const &b) | bMoveList | |
getBestMoveId() const | bMoveList | inline |
getBestMoveScore() const | bMoveList | inline |
getBMoveT(movenum_t const moveid) const | bMoveList | inline |
getFromTo(movenum_t const moveid) const | bMoveList | inline |
getNumberOfMoves() const | bMoveList | inline |
getNumberOfQSMoves() const | bMoveList | inline |
isGenerated() const | bMoveList | inlineprotected |
isKeepScores() const | bMoveList | inlineprotected |
isNeedSorted() const | bMoveList | inlineprotected |
isNoKeepScores() const | bMoveList | inlineprotected |
isNoNeedSorted() const | bMoveList | inlineprotected |
isNotSorted() const | bMoveList | inlineprotected |
isOnlyMove() const | bMoveList | inlineprotected |
isPossibleMove() const | bMoveList | inlineprotected |
isSorted() const | bMoveList | inlineprotected |
operator<<(std::ostream &os, bMoveList const &ml) | bMoveList | friend |
operator=(bMoveList const &ml)=delete | bMoveList | |
operator=(bMoveList &&ml)=delete | bMoveList | |
operator[](movenum_t const moveid) const | bMoveList | inline |
setBestMoveId(movenum_t const n) | bMoveList | inline |
setBestMoveScore(movenum_t const moveid, bScore const score) | bMoveList | inline |
setIsGenerated() | bMoveList | inlineprotected |
setIsOnlyMove() | bMoveList | inlineprotected |
setIsPossibleMove() | bMoveList | inlineprotected |
setIsSorted() | bMoveList | inlineprotected |
setKeepScores() | bMoveList | inline |
setMoveScore(movenum_t const moveid, bScore const score) | bMoveList | inline |
setNeedSorted() | bMoveList | inline |
setScoreOfMove(movenum_t const moveid, bScore const score) | bMoveList | |
setScoreOfMoveUnsorted(movenum_t const moveid, bScore const score) | bMoveList | |
sortMoves() | bMoveList | |
~bMoveList() | bMoveList | inline |