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

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... | |
Implements the CodecSCID4 class, which manages the databases encoded in Scid format version 4.
Definition in file codec_scid4.cpp.
| void decodeIndexEntry | ( | const char * | buf_it, |
| versionT | version, | ||
| IndexEntry * | ie | ||
| ) |
Decode SCID4 (or SCID3) data into an IndexEntry object.
| buf_it | pointer to the buffer containing the data (should contain INDEX_ENTRY_SIZE chars) |
| version | 400 for SCID4 or 300 for SCID3. |
| ie | pointer to the IndexEntry object where the data will be stored. |
Definition at line 258 of file codec_scid4.cpp.
1.8.13