|
UCILoader 1.1.2
Small C++ library that allows user to connect to a chess engines via UCI protocol.
|
Internal interface for consuming option updates from the engine. More...
#include <EngineConnection.h>
Public Member Functions | |
| virtual void | consume (const Option &o)=0 |
| Process a newly discovered engine option. | |
Internal interface for consuming option updates from the engine.
This interface is used internally by EngineOptionsMap to populate options as they are received from the engine during UCI initialization.
|
pure virtual |
Process a newly discovered engine option.
| o | The Option received from the engine |