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

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)
 

Function Documentation

◆ operator==()

bool operator== ( bPgnMove const &  lhs,
std::string const &  rhs 
)

Definition at line 193 of file san.cpp.

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
bPgnMove const &  m 
)

Definition at line 198 of file san.cpp.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
bPgnMoveList const &  mpl 
)

Definition at line 221 of file san.cpp.