Public Member Functions | |
| ChessGame (void) | |
| Construct an uninitialized ChessGame object. | |
| MetaData const& | meta_data (void) const |
| Access the meta data of the game. | |
| std::vector< GameNode > const& | nodes (void) const |
| Access the game nodes of the game. | |
| void | read (pgn::Game const& pgn_game) |
| Read a game from a PGN file. | |
Definition at line 37 of file ChessGame.h.