|
BenBot 1.7.5
A chess engine
|
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::GameRecord | related |
| get_final_position() const -> Position | chess::notation::GameRecord | |
| metadata | chess::notation::GameRecord | |
| moves | chess::notation::GameRecord | |
| parse_all_pgns(std::string_view fileContent) -> std::vector< GameRecord > | chess::notation::GameRecord | related |
| result | chess::notation::GameRecord | |
| startingPosition | chess::notation::GameRecord | |
| to_pgn(const GameRecord &game, bool useBlockComments=true) -> string | chess::notation::GameRecord | related |