BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
chess::notation::GameRecord Member List

This is the complete list of members for chess::notation::GameRecord, including all inherited members.

from_pgn(std::string_view pgnText) -> std::expected< GameRecord, std::string_view >chess::notation::GameRecordrelated
get_final_position() const -> Positionchess::notation::GameRecord
metadatachess::notation::GameRecord
moveschess::notation::GameRecord
parse_all_pgns(std::string_view fileContent) -> std::vector< GameRecord >chess::notation::GameRecordrelated
resultchess::notation::GameRecord
startingPositionchess::notation::GameRecord
to_pgn(const GameRecord &game, bool useBlockComments=true) -> stringchess::notation::GameRecordrelated