Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
#include <bel_debug.h>
Public Member Functions | |
bel_debug () | |
~bel_debug () | |
void | execute (std::string const &args) |
void | info () const |
Static Public Member Functions | |
static void | run_bench (bSearchAlgorithm &search, depth_t const nDepth) |
Definition at line 14 of file bel_debug.h.
|
inline |
Definition at line 16 of file bel_debug.h.
bel_debug::~bel_debug | ( | ) |
Definition at line 12 of file bel_debug.cpp.
void bel_debug::execute | ( | std::string const & | args | ) |
Definition at line 16 of file bel_debug.cpp.
Referenced by cmd_debug::execute().
void bel_debug::info | ( | ) | const |
Definition at line 79 of file bel_debug.cpp.
Referenced by cmd_info::execute().
|
static |
Definition at line 131 of file bel_debug.cpp.
Referenced by cmd_bench::execute().