Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
bPgnMoveList Class Reference

#include <pgnmove.h>

Public Member Functions

 bPgnMoveList ()
 
 bPgnMoveList (bBoard const &b)
 
 ~bPgnMoveList ()
 

Friends

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

Detailed Description

Definition at line 57 of file pgnmove.h.

Constructor & Destructor Documentation

◆ bPgnMoveList() [1/2]

bPgnMoveList::bPgnMoveList ( )
inline

Definition at line 59 of file pgnmove.h.

Referenced by operator<<.

+ Here is the caller graph for this function:

◆ bPgnMoveList() [2/2]

bPgnMoveList::bPgnMoveList ( bBoard const & b)
explicit

Definition at line 133 of file pgnmove.cpp.

+ Here is the call graph for this function:

◆ ~bPgnMoveList()

bPgnMoveList::~bPgnMoveList ( )
inline

Definition at line 63 of file pgnmove.h.

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 144 of file pgnmove.cpp.