Belofte  version 2.1.5
A promising chess program using the UCI or Winboard interface
searchscore.cpp File Reference

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)
 

Function Documentation

◆ operator+() [1/2]

std::string const operator+ ( std::string const &  lhs,
bSearchScore const &  sc 
)

Definition at line 79 of file searchscore.cpp.

◆ operator+() [2/2]

std::string const operator+ ( bSearchScore const &  sc,
std::string const &  rhs 
)

Definition at line 84 of file searchscore.cpp.

◆ operator>() [1/3]

bool operator> ( bScore const &  lhsc,
bSearchScore const &  rhsc 
)

Definition at line 89 of file searchscore.cpp.

◆ operator>=()

bool operator>= ( bScore const &  lhsc,
bSearchScore const &  rhsc 
)

Definition at line 94 of file searchscore.cpp.

◆ operator>() [2/3]

bool operator> ( bSearchScore const &  lhsc,
bScore const &  rhsc 
)

Definition at line 99 of file searchscore.cpp.

◆ operator>() [3/3]

bool operator> ( bSearchScore const &  lhsc,
bSearchScore const &  rhsc 
)

Definition at line 104 of file searchscore.cpp.