![]() |
Conquer Chess
Chess and Starcraft combined
|
A string that is a PGN notation string of a game. More...
#include <pgn_game_string.h>
Public Member Functions | |
| pgn_game_string (const std::string &pgn_str="") | |
| const auto & | get () const noexcept |
A string that is a PGN notation string of a game.
For example, a game with a scholar's mate can have the PGN string 1. e4 e5 2. Qh5 Nc6 3. Bc4 Nf6?? Qxf7# 1-0
@seealso use pgn_move_string} for the string of a move, e.g. e4
| pgn_game_string::pgn_game_string | ( | const std::string & | pgn_str = "" | ) |
|
inlinenoexcept |