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

#include <pgnmove.h>

Public Member Functions

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

Friends

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

Detailed Description

Definition at line 44 of file pgnmove.h.

Constructor & Destructor Documentation

◆ bPgnMoveList() [1/2]

bPgnMoveList::bPgnMoveList ( )

Definition at line 165 of file pgnmove.cpp.

◆ bPgnMoveList() [2/2]

bPgnMoveList::bPgnMoveList ( bBoard b)
explicit

Definition at line 170 of file pgnmove.cpp.

+ Here is the call graph for this function:

◆ ~bPgnMoveList()

bPgnMoveList::~bPgnMoveList ( )

Definition at line 180 of file pgnmove.cpp.

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 185 of file pgnmove.cpp.