Scid  4.7.0
Functions
codec_scid4.cpp File Reference

Implements the CodecSCID4 class, which manages the databases encoded in Scid format version 4. More...

#include "codec_scid4.h"
#include <algorithm>
Include dependency graph for codec_scid4.cpp:

Go to the source code of this file.

Functions

void decodeIndexEntry (const char *buf_it, versionT version, IndexEntry *ie)
 Decode SCID4 (or SCID3) data into an IndexEntry object. More...
 

Detailed Description

Implements the CodecSCID4 class, which manages the databases encoded in Scid format version 4.

Definition in file codec_scid4.cpp.

Function Documentation

◆ decodeIndexEntry()

void decodeIndexEntry ( const char *  buf_it,
versionT  version,
IndexEntry ie 
)

Decode SCID4 (or SCID3) data into an IndexEntry object.

Parameters
buf_itpointer to the buffer containing the data (should contain INDEX_ENTRY_SIZE chars)
version400 for SCID4 or 300 for SCID3.
iepointer to the IndexEntry object where the data will be stored.

Definition at line 258 of file codec_scid4.cpp.