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

Forsyth–Edwards Notation string. More...

#include <fen_string.h>

Public Member Functions

 fen_string (const std::string &fen_str)
 
const auto & get () const noexcept
 

Detailed Description

Forsyth–Edwards Notation string.

A way to capture a board state as a string, for example, for the starting state:

rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

@seealso \url{https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation}

Constructor & Destructor Documentation

◆ fen_string()

fen_string::fen_string ( const std::string &  fen_str)

Member Function Documentation

◆ get()

const auto & fen_string::get ( ) const
inlinenoexcept

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