|
Belofte version 2.2.0
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 &ml) | bMoveList | inline |
| 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 |
| clearScores(bScore const sc) | bMoveList | inline |
| curmoveid | bMoveList | |
| 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) | bMoveList | inline |
| operator=(bMoveList &&ml)=delete | bMoveList | |
| operator[](movenum_t const moveid) const | bMoveList | inline |
| setBestMoveId(movenum_t const n) | bMoveList | inline |
| setBestMoveScore(bScore const score) | 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 |
| setMinScoreOfMove(movenum_t const moveid, bScore const score) | bMoveList | |
| setMinScoreOfMoveUnsorted(movenum_t const moveid, bScore const score) | bMoveList | |
| 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(bool const bFastSort) | bMoveList | |
| ~bMoveList() | bMoveList | inline |