#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
◆ message_type
The type of a message.
| Enumerator |
|---|
| cannot | |
| done | |
| select | |
| start_attack | |
| start_en_passant_attack | |
| start_castling_kingside | |
| start_castling_queenside | |
| start_move | |
| unselect | |
◆ get_all_message_types()
Get all the message_type values.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const message_type |
t |
|
) |
| |
|
noexcept |
◆ test_message_type()
| void test_message_type |
( |
| ) |
|
Test this class and its free functions.
◆ to_str() [1/2]
◆ to_str() [2/2]