Records a game move alongside an optional comment and possible variations.
Definition at line 93 of file PGN.hpp.
| std::vector<NAG> chess::notation::GameRecord::Move::nags |
If this move was annotated with one or more Numerical Annotation Glyph, this contains the numerical codes that followed each $ character in the original PGN.
For example, for a move annotated !, this would be 1, for a ? this would be 2, etc.
See the nags namespace for some useful NAG constants.
Definition at line 111 of file PGN.hpp.