CharToFlag(char ch) | IndexEntry | inlinestatic |
CharToFlagMask(char flag) | IndexEntry | inlinestatic |
clearFlags() | IndexEntry | inline |
GetBlack() const | IndexEntry | inline |
GetBlackElo() const | IndexEntry | inline |
GetBlackElo(const NameBase *nb) const | IndexEntry | inline |
GetBlackName(const NameBase *nb) const | IndexEntry | inline |
GetBlackRatingType() const | IndexEntry | inline |
GetCommentCount() const | IndexEntry | inline |
GetCommentsFlag() const | IndexEntry | inline |
GetDate() const | IndexEntry | inline |
GetDay() const | IndexEntry | inline |
GetDeleteFlag() const | IndexEntry | inline |
GetEcoCode() const | IndexEntry | inline |
GetEvent() const | IndexEntry | inline |
GetEventDate() const | IndexEntry | inline |
GetEventName(const NameBase *nb) const | IndexEntry | inline |
GetFinalMatSig() const | IndexEntry | inline |
GetFlag(uint32_t mask) const | IndexEntry | inline |
GetFlagStr(char *dest, const char *flags) const | IndexEntry | inline |
GetHomePawnData() const | IndexEntry | inline |
GetHomePawnData() | IndexEntry | inline |
GetLength() const | IndexEntry | inline |
GetMonth() const | IndexEntry | inline |
GetNagCount() const | IndexEntry | inline |
GetNagsFlag() const | IndexEntry | inline |
GetNumHalfMoves() const | IndexEntry | inline |
GetOffset() const | IndexEntry | inline |
GetPromotionsFlag() const | IndexEntry | inline |
GetRating(const NameBase *nb) const | IndexEntry | inline |
GetResult() const | IndexEntry | inline |
GetRound() const | IndexEntry | inline |
GetRoundName(const NameBase *nb) const | IndexEntry | inline |
GetSite() const | IndexEntry | inline |
GetSiteName(const NameBase *nb) const | IndexEntry | inline |
GetStartFlag() const | IndexEntry | inline |
GetStoredLineCode() const | IndexEntry | inline |
GetUnderPromoFlag() const | IndexEntry | inline |
GetVariationCount() const | IndexEntry | inline |
GetVariationsFlag() const | IndexEntry | inline |
GetWhite() const | IndexEntry | inline |
GetWhiteElo() const | IndexEntry | inline |
GetWhiteElo(const NameBase *nb) const | IndexEntry | inline |
GetWhiteName(const NameBase *nb) const | IndexEntry | inline |
GetWhiteRatingType() const | IndexEntry | inline |
GetYear() const | IndexEntry | inline |
IDX_FLAG_BLACK_OP enum value | IndexEntry | |
IDX_FLAG_BLUNDER enum value | IndexEntry | |
IDX_FLAG_BRILLIANCY enum value | IndexEntry | |
IDX_FLAG_CUSTOM1 enum value | IndexEntry | |
IDX_FLAG_CUSTOM2 enum value | IndexEntry | |
IDX_FLAG_CUSTOM3 enum value | IndexEntry | |
IDX_FLAG_CUSTOM4 enum value | IndexEntry | |
IDX_FLAG_CUSTOM5 enum value | IndexEntry | |
IDX_FLAG_CUSTOM6 enum value | IndexEntry | |
IDX_FLAG_DELETE enum value | IndexEntry | |
IDX_FLAG_ENDGAME enum value | IndexEntry | |
IDX_FLAG_KSIDE enum value | IndexEntry | |
IDX_FLAG_MIDDLEGAME enum value | IndexEntry | |
IDX_FLAG_NOVELTY enum value | IndexEntry | |
IDX_FLAG_PAWN enum value | IndexEntry | |
IDX_FLAG_PROMO enum value | IndexEntry | |
IDX_FLAG_QSIDE enum value | IndexEntry | |
IDX_FLAG_START enum value | IndexEntry | |
IDX_FLAG_TACTICS enum value | IndexEntry | |
IDX_FLAG_UPROMO enum value | IndexEntry | |
IDX_FLAG_USER enum value | IndexEntry | |
IDX_FLAG_WHITE_OP enum value | IndexEntry | |
IDX_MASK_ALLFLAGS | IndexEntry | static |
IDX_NUM_FLAGS enum value | IndexEntry | |
Init() | IndexEntry | inline |
SetBlack(idNumberT id) | IndexEntry | inline |
SetBlackElo(eloT elo) | IndexEntry | inline |
SetBlackRatingType(byte b) | IndexEntry | inline |
SetCommentCount(unsigned x) | IndexEntry | inline |
SetDate(dateT date) | IndexEntry | inline |
SetDeleteFlag(bool b) | IndexEntry | inline |
SetEcoCode(ecoT eco) | IndexEntry | inline |
SetEvent(idNumberT id) | IndexEntry | inline |
SetEventDate(dateT edate) | IndexEntry | inline |
SetFinalMatSig(matSigT ms) | IndexEntry | inline |
SetFlag(uint32_t flagMask, bool set) | IndexEntry | inline |
SetLength(size_t length) | IndexEntry | inline |
SetNagCount(unsigned x) | IndexEntry | inline |
SetNumHalfMoves(ushort b) | IndexEntry | inline |
SetOffset(uint64_t offset) | IndexEntry | inline |
SetPlayer(colorT col, idNumberT id) | IndexEntry | inline |
SetPromotionsFlag(bool b) | IndexEntry | inline |
SetRawCommentCount(unsigned x) | IndexEntry | inline |
SetRawNagCount(unsigned x) | IndexEntry | inline |
SetRawVariationCount(unsigned x) | IndexEntry | inline |
SetResult(resultT res) | IndexEntry | inline |
SetRound(idNumberT id) | IndexEntry | inline |
SetSite(idNumberT id) | IndexEntry | inline |
SetStartFlag(bool b) | IndexEntry | inline |
SetStoredLineCode(byte b) | IndexEntry | inline |
SetUnderPromoFlag(bool b) | IndexEntry | inline |
SetVariationCount(unsigned x) | IndexEntry | inline |
SetWhite(idNumberT id) | IndexEntry | inline |
SetWhiteElo(eloT elo) | IndexEntry | inline |
SetWhiteRatingType(byte b) | IndexEntry | inline |
StrToFlagMask(const char *flags) | IndexEntry | inlinestatic |
Write(T *file, versionT version) const | IndexEntry | |