|
BenBot 1.7.5
A chess engine
|
#include <libchess/uci/CommandParsing.hpp>
Public Attributes | |
| std::string | code |
| std::string | name |
This struct encapsulates the options to a UCI [3] "register" command.
Definition at line 66 of file CommandParsing.hpp.
| std::string chess::uci::RegisterNowOptions::code |
The customer's registration code.
Definition at line 71 of file CommandParsing.hpp.
| std::string chess::uci::RegisterNowOptions::name |
The customer's name.
Definition at line 68 of file CommandParsing.hpp.