Belofte  version 2.1.5
A promising chess program using the UCI or Winboard interface
bPgnMoveList Class Referencefinal

Public Member Functions

 bPgnMoveList (bBoard &b)
 
 ~bPgnMoveList ()
 

Friends

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

Detailed Description

Definition at line 45 of file san.h.

Constructor & Destructor Documentation

◆ bPgnMoveList()

bPgnMoveList::bPgnMoveList ( bBoard b)
explicit

Definition at line 206 of file san.cpp.

+ Here is the call graph for this function:

◆ ~bPgnMoveList()

bPgnMoveList::~bPgnMoveList ( )

Definition at line 216 of file san.cpp.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 221 of file san.cpp.