This is the complete list of members for BitBully::BitBully, including all inherited members.
| BitBully(const std::filesystem::path &bookPath="") | BitBully::BitBully | inlineexplicit |
| getNodeCounter() const | BitBully::BitBully | inline |
| isBookLoaded() const | BitBully::BitBully | inline |
| loadBook(const std::filesystem::path &bookPath="") | BitBully::BitBully | inline |
| mtdf(const Board &b, const int firstGuess, const int maxDepth=-1) noexcept | BitBully::BitBully | inline |
| negamax(Board b, int alpha, int beta, const int depth, const int maxDepth=-1) noexcept | BitBully::BitBully | inline |
| nullWindow(const Board &b, const int maxDepth=-1) noexcept | BitBully::BitBully | inline |
| resetBook() | BitBully::BitBully | inline |
| resetNodeCounter() | BitBully::BitBully | inline |
| resetTranspositionTable() | BitBully::BitBully | inline |
| rollout(Board b) noexcept | BitBully::BitBully | inlinestatic |
| scoreMove(const Board &b, const int column, const int firstGuess, const int maxDepth=-1) | BitBully::BitBully | inline |
| scoreMoves(const Board &b, const int maxDepth=-1) | BitBully::BitBully | inline |
| scoreToMovesLeft(const int score, const Board &b) noexcept | BitBully::BitBully | inlinestatic |