HooverChessUtils_PgnReader 0.9.0
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
pgnscanner.h File Reference
#include "pgnreader-error.h"
#include "pgnscannertokens.h"
#include <FlexLexer.h>
#include <algorithm>
#include <array>
#include <cinttypes>
#include <cstring>
#include <format>
#include <string_view>
Include dependency graph for pgnscanner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hoover_chess_utils::pgn_reader::PgnScanner
 The PGN scanner (lexer) More...
 

Namespaces

namespace  hoover_chess_utils
 
namespace  hoover_chess_utils::pgn_reader
 

Macros

#define C(tok)   case tok: return #tok
 

Macro Definition Documentation

◆ C

#define C (   tok)    case tok: return #tok