|
BenBot 1.7.5
A chess engine
|
Files | |
| file | Resources.hpp |
Namespaces | |
| namespace | ben_bot |
| namespace | ben_bot::resources |
| auto | ben_bot::resources::get_bench_epd_text () -> string_view |
| auto | ben_bot::resources::get_ascii_logo () -> string_view |
| auto | ben_bot::resources::get_version_string () -> string_view |
| auto | ben_bot::resources::get_compiler_name () -> string_view |
| auto | ben_bot::resources::get_compiler_version () -> string_view |
| auto | ben_bot::resources::get_system_name () -> string_view |
| auto | ben_bot::resources::get_build_config () -> string_view |
Binary data embedded into the engine executable.
|
nodiscard |
Returns the engine's ASCII logo.
|
nodiscard |
Returns the default set of bench positions as an EPD text.
|
nodiscard |
Returns the name of the build configuration that the engine was built for.
|
nodiscard |
Returns the name of the compiler used to build the engine.
|
nodiscard |
Returns the version of the compiler used to build the engine.
|
nodiscard |
Returns the name of the target system that the engine was built for.
|
nodiscard |
Returns the engine's version string.