Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pgn_game_string Class Reference

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ pgn_game_string()

pgn_game_string::pgn_game_string ( const std::string &  pgn_str = "")

Member Function Documentation

◆ get()

const auto & pgn_game_string::get ( ) const
inlinenoexcept

The documentation for this class was generated from the following files: