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

A string that is a PGN notation string. More...

#include <pgn_move_string.h>

Public Member Functions

 pgn_move_string (const std::string &pgn_str="")
 
const auto & get () const noexcept
 

Detailed Description

A string that is a PGN notation string.

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

Constructor & Destructor Documentation

◆ pgn_move_string()

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

Member Function Documentation

◆ get()

const auto & pgn_move_string::get ( ) const
inlinenoexcept

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