Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
Go to the source code of this file.
Functions | |
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) |
std::string const operator+ | ( | std::string const & | lhs, |
bSearchScore const & | sc | ||
) |
Definition at line 73 of file search.cpp.
std::string const operator+ | ( | bSearchScore const & | sc, |
std::string const & | rhs | ||
) |
Definition at line 78 of file search.cpp.
bool operator> | ( | bScore const & | lhsc, |
bSearchScore const & | rhsc | ||
) |
Definition at line 83 of file search.cpp.
bool operator>= | ( | bScore const & | lhsc, |
bSearchScore const & | rhsc | ||
) |
Definition at line 88 of file search.cpp.
bool operator> | ( | bSearchScore const & | lhsc, |
bScore const & | rhsc | ||
) |
Definition at line 93 of file search.cpp.
bool operator> | ( | bSearchScore const & | lhsc, |
bSearchScore const & | rhsc | ||
) |
Definition at line 98 of file search.cpp.