BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
Resources
Collaboration diagram for Resources:

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

Detailed Description

Binary data embedded into the engine executable.

Function Documentation

◆ get_ascii_logo()

auto ben_bot::resources::get_ascii_logo ( ) -> string_view
nodiscard

Returns the engine's ASCII logo.

◆ get_bench_epd_text()

auto ben_bot::resources::get_bench_epd_text ( ) -> string_view
nodiscard

Returns the default set of bench positions as an EPD text.

◆ get_build_config()

auto ben_bot::resources::get_build_config ( ) -> string_view
nodiscard

Returns the name of the build configuration that the engine was built for.

◆ get_compiler_name()

auto ben_bot::resources::get_compiler_name ( ) -> string_view
nodiscard

Returns the name of the compiler used to build the engine.

◆ get_compiler_version()

auto ben_bot::resources::get_compiler_version ( ) -> string_view
nodiscard

Returns the version of the compiler used to build the engine.

◆ get_system_name()

auto ben_bot::resources::get_system_name ( ) -> string_view
nodiscard

Returns the name of the target system that the engine was built for.

◆ get_version_string()

auto ben_bot::resources::get_version_string ( ) -> string_view
nodiscard

Returns the engine's version string.