|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
This is the complete list of members for bLevel, including all inherited members.
| bLevel() | bLevel | inline |
| bLevel(bLevel const &)=default | bLevel | |
| bLevel(bLevel &&)=delete | bLevel | |
| clearLevelChanged() | bLevel | inline |
| clearPondering() | bLevel | inline |
| flagLevelChanged() | bLevel | inline |
| getMaxDepth() const | bLevel | inline |
| getQSDepth() const | bLevel | inline |
| getSearchDepth() const | bLevel | inline |
| getType() const | bLevel | inline |
| hasLevelChanged() const | bLevel | inline |
| isPondering() const | bLevel | inline |
| operator std::string() const | bLevel | |
| operator=(bLevel const &)=default | bLevel | |
| operator=(bLevel &&)=delete | bLevel | |
| qsDepthReached(depth_t const d) const | bLevel | |
| searchDepthReached(depth_t const d) const | bLevel | |
| setDepthCommand(depth_t const d) | bLevel | |
| setGameTime(int const msPerGame) | bLevel | |
| setGameTime(int const msPerGame, int const msIncrementPerMove) | bLevel | |
| setInfinite() | bLevel | |
| setMateSearch(depth_t const d) | bLevel | |
| setMaxDepth(depth_t const d) | bLevel | inline |
| setMoreTimeRequired() | bLevel | |
| setMovePlayed() | bLevel | |
| setMoves(std::string movelist) | bLevel | |
| setMoveTime(int const msPerMove) | bLevel | |
| setMoveTime(int const msPerGame, int const nMoves) | bLevel | |
| setMoveTime(int const msPerGame, int const nMoves, int const msIncrementPerMove) | bLevel | |
| setNodes(int64_t const n) | bLevel | inline |
| setPondering() | bLevel | inline |
| setQSDepth(depth_t const d) | bLevel | inline |
| setRemainingTime(int const msPerGame) | bLevel | |
| setSearchDepth(depth_t const d) | bLevel | |
| stillTimeLeft(depth_t const d, long const nTimeElapsed, movenum_t const n_QSmoves, movenum_t const n_moves) const | bLevel | |
| stoppingSearch(long const nTimeElapsed) const | bLevel | |
| undoMovePlayed() | bLevel | |
| ~bLevel() | bLevel | inline |