Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
Go to the source code of this file.
Functions | |
bool | operator== (bPgnMove const &lhs, std::string const &rhs) |
std::ostream & | operator<< (std::ostream &os, bPgnMove const &m) |
std::ostream & | operator<< (std::ostream &os, bPgnMoveList const &mpl) |
bool operator== | ( | bPgnMove const & | lhs, |
std::string const & | rhs | ||
) |
Definition at line 151 of file pgnmove.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
bPgnMove const & | m | ||
) |
Definition at line 157 of file pgnmove.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
bPgnMoveList const & | mpl | ||
) |
Definition at line 185 of file pgnmove.cpp.