Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
#include <search.h>
Public Member Functions | |
bSearchScore (bSearchScore const &sc) noexcept | |
bSearchScore (bSearchScore &&sc) noexcept | |
bSearchScore (bScore const &sc) noexcept | |
bSearchScore (bScore const &sc, scoretype_t const &st) noexcept | |
~bSearchScore () | |
bSearchScore & | operator= (bSearchScore &&sc) noexcept |
bSearchScore & | operator= (bScore const &sc) noexcept |
bSearchScore & | operator= (bScore &&sc) noexcept |
bSearchScore | operator- () const |
bSearchScore & | operator= (bSearchScore const &)=delete |
operator std::string () const | |
bScore | getScore () const |
bScore | getRealScore () const |
Friends | |
std::string const | operator+ (std::string const &lhs, bSearchScore const &sc) |
std::string const | operator+ (bSearchScore const &sc, std::string const &rhs) |
bool | operator> (bScore const &lhsc, bSearchScore const &rhsc) |
bool | operator>= (bScore const &lhsc, bSearchScore const &rhsc) |
bool | operator> (bSearchScore const &lhsc, bScore const &rhsc) |
bool | operator> (bSearchScore const &lhsc, bSearchScore const &rhsc) |
|
noexcept |
Definition at line 12 of file search.cpp.
|
explicitnoexcept |
Definition at line 18 of file search.cpp.
|
explicitnoexcept |
Definition at line 24 of file search.cpp.
|
explicitnoexcept |
Definition at line 29 of file search.cpp.
bSearchScore::~bSearchScore | ( | ) |
Definition at line 57 of file search.cpp.
|
noexcept |
Definition at line 35 of file search.cpp.
|
noexcept |
Definition at line 43 of file search.cpp.
|
noexcept |
Definition at line 50 of file search.cpp.
bSearchScore bSearchScore::operator- | ( | ) | const |
Definition at line 61 of file search.cpp.
|
delete |
bSearchScore::operator std::string | ( | ) | const |
Definition at line 103 of file search.cpp.
|
inline |
Definition at line 62 of file search.h.
Referenced by SearchEvalPosOnly::CalcBestMove(), SearchAlphaBeta::CalcBestMove(), SearchAlphaBetaFH::CalcBestMove(), and SearchAlphaBeta::Quiescence().
|
inline |
Definition at line 63 of file search.h.
Referenced by SearchAlphaBeta::CalcBestMove(), SearchAlphaBetaFH::CalcBestMove(), and SearchAlphaBeta::Quiescence().
|
friend |
Definition at line 73 of file search.cpp.
|
friend |
Definition at line 78 of file search.cpp.
|
friend |
Definition at line 83 of file search.cpp.
|
friend |
Definition at line 88 of file search.cpp.
|
friend |
Definition at line 93 of file search.cpp.
|
friend |
Definition at line 98 of file search.cpp.