Scid
4.7.0
|
Go to the source code of this file.
Classes | |
class | IndexEntry |
Macros | |
#define | MAX_GAME_LENGTH 131072 |
Variables | |
const uint | HPSIG_SIZE = 9 |
const eloT | MAX_ELO = 4000 |
const byte | CUSTOM_FLAG_MASK [] = { 1, 1 << 1, 1 << 2, 1 << 3, 1 << 4, 1 << 5 } |
const uint | INDEX_ENTRY_SIZE = 47 |
const uint | OLD_INDEX_ENTRY_SIZE = 46 |
#define MAX_GAME_LENGTH 131072 |
Definition at line 30 of file indexentry.h.
const byte CUSTOM_FLAG_MASK[] = { 1, 1 << 1, 1 << 2, 1 << 3, 1 << 4, 1 << 5 } |
Definition at line 39 of file indexentry.h.
const uint HPSIG_SIZE = 9 |
Definition at line 35 of file indexentry.h.
const uint INDEX_ENTRY_SIZE = 47 |
Definition at line 42 of file indexentry.h.
const eloT MAX_ELO = 4000 |
Definition at line 37 of file indexentry.h.
const uint OLD_INDEX_ENTRY_SIZE = 46 |
Definition at line 43 of file indexentry.h.