BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
chess::uci::RegisterNowOptions Struct Referencefinal

#include <libchess/uci/CommandParsing.hpp>

Collaboration diagram for chess::uci::RegisterNowOptions:

Public Attributes

std::string code
std::string name

Detailed Description

This struct encapsulates the options to a UCI [3] "register" command.

See also
parse_register_options()

Definition at line 66 of file CommandParsing.hpp.

Member Data Documentation

◆ code

std::string chess::uci::RegisterNowOptions::code

The customer's registration code.

Definition at line 71 of file CommandParsing.hpp.

◆ name

std::string chess::uci::RegisterNowOptions::name

The customer's name.

Definition at line 68 of file CommandParsing.hpp.


The documentation for this struct was generated from the following file: