HooverChessUtils_PgnReader 0.9.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
hoover_chess_utils::pgn_reader::PgnScannerTokenInfo_PIECE_MOVE Struct Reference

Additional token info for piece move. More...

#include <pgnscannertokens.h>

Collaboration diagram for hoover_chess_utils::pgn_reader::PgnScannerTokenInfo_PIECE_MOVE:
Collaboration graph
[legend]

Public Attributes

SquareSet srcMask
 Allowed source squares per the move specification.
 
bool capture
 Whether move is a capture move.
 
Square dstSq
 Destination square of the move.
 

Detailed Description

Additional token info for piece move.

Member Data Documentation

◆ capture

bool hoover_chess_utils::pgn_reader::PgnScannerTokenInfo_PIECE_MOVE::capture

Whether move is a capture move.

◆ dstSq

Square hoover_chess_utils::pgn_reader::PgnScannerTokenInfo_PIECE_MOVE::dstSq

Destination square of the move.

◆ srcMask

SquareSet hoover_chess_utils::pgn_reader::PgnScannerTokenInfo_PIECE_MOVE::srcMask

Allowed source squares per the move specification.


The documentation for this struct was generated from the following file: