Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
#include <bestmoveinfo.h>
Public Member Functions | |
bBestMoveInfo () | |
bBestMoveInfo (bScore const _score, movenum_t const _moveid) | |
bBestMoveInfo (bBestMoveInfo const &bmi) | |
bBestMoveInfo (bBestMoveInfo &&bmi) noexcept | |
~bBestMoveInfo () | |
bBestMoveInfo & | operator= (bBestMoveInfo const &bmi) |
bBestMoveInfo & | operator= (bBestMoveInfo &&bmi) noexcept |
Public Attributes | |
bScore | score |
movenum_t | moveid |
Definition at line 15 of file bestmoveinfo.h.
bBestMoveInfo::bBestMoveInfo | ( | ) |
Definition at line 12 of file bestmoveinfo.cpp.
Definition at line 18 of file bestmoveinfo.cpp.
bBestMoveInfo::bBestMoveInfo | ( | bBestMoveInfo const & | bmi | ) |
Definition at line 24 of file bestmoveinfo.cpp.
|
noexcept |
Definition at line 30 of file bestmoveinfo.cpp.
bBestMoveInfo::~bBestMoveInfo | ( | ) |
Definition at line 50 of file bestmoveinfo.cpp.
bBestMoveInfo & bBestMoveInfo::operator= | ( | bBestMoveInfo const & | bmi | ) |
Definition at line 36 of file bestmoveinfo.cpp.
|
noexcept |
Definition at line 43 of file bestmoveinfo.cpp.
bScore bBestMoveInfo::score |
Definition at line 26 of file bestmoveinfo.h.
Referenced by operator=(), and bSearchAlgorithm::SearchBestMove().
movenum_t bBestMoveInfo::moveid |
Definition at line 27 of file bestmoveinfo.h.
Referenced by bGame::evalEpdPosition(), operator=(), bSearchAlgorithm::SearchBestMove(), and bGame::WaitForSearchEnd().