|
BenBot 1.7.5
A chess engine
|
This is the complete list of members for chess::uci::IntOption, including all inherited members.
| Callback typedef | chess::uci::IntOption | |
| get_declaration_string() const -> string override | chess::uci::IntOption | virtual |
| get_default_value() const noexcept -> int | chess::uci::IntOption | inline |
| get_default_value_variant() const -> Variant override | chess::uci::IntOption | inlinevirtual |
| get_help() const noexcept -> string_view override | chess::uci::IntOption | inlinevirtual |
| get_name() const noexcept -> string_view override | chess::uci::IntOption | inlinevirtual |
| get_type() const noexcept -> string_view override | chess::uci::IntOption | inlinevirtual |
| get_value() const noexcept -> int | chess::uci::IntOption | inline |
| get_value_variant() const -> Variant override | chess::uci::IntOption | inlinevirtual |
| handle_setvalue(string_view arguments) override | chess::uci::IntOption | virtual |
| has_value() const noexcept -> bool | chess::uci::Option | inlinevirtual |
| IntOption(string name, int minValue, int maxValue, int defaultValue, string helpString, Callback &&changeCallback=[](int) { }) | chess::uci::IntOption | |
| operator=(const Option &)=default | chess::uci::Option | |
| operator=(Option &&)=default | chess::uci::Option | |
| Option()=default | chess::uci::Option | |
| Option(const Option &)=default | chess::uci::Option | |
| Option(Option &&)=default | chess::uci::Option | |
| set_value(int newValue) | chess::uci::IntOption | |
| Value typedef | chess::uci::IntOption | |
| Variant typedef | chess::uci::Option | |
| ~Option() | chess::uci::Option | virtual |