Scid
4.7.0
|
Format and store errors. More...
#include <pgnparse.h>
Public Member Functions | |
bool | logGame (size_t nBytes, const PgnVisitor &visitor) |
Format and store errors occurred while parsing a Game. More... | |
Public Attributes | |
std::string | log |
unsigned long long | n_bytes = 0 |
unsigned long long | n_lines = 0 |
unsigned long long | n_games = 0 |
Format and store errors.
Definition at line 332 of file pgnparse.h.
|
inline |
Format and store errors occurred while parsing a Game.
It also updates the byte, line, and game counters.
Definition at line 343 of file pgnparse.h.
std::string PgnParseLog::log |
Definition at line 333 of file pgnparse.h.
unsigned long long PgnParseLog::n_bytes = 0 |
Definition at line 334 of file pgnparse.h.
unsigned long long PgnParseLog::n_games = 0 |
Definition at line 336 of file pgnparse.h.
unsigned long long PgnParseLog::n_lines = 0 |
Definition at line 335 of file pgnparse.h.