|
Scid
4.7.0
|
class PlayerInfo - player informations More...
#include <spellchk.h>
Public Member Functions | |
| PlayerInfo (const char *s) | |
| const char * | getTitle () const |
| const char * | getLastCountry () const |
| dateT | getBirthdate () const |
| dateT | getDeathdate () const |
| eloT | getPeakRating () const |
| const char * | GetComment () const |
Friends | |
| class | SpellChkLoader |
| class | SpellChecker |
class PlayerInfo - player informations
Spelling files can provide player informations like titles/gender, countries, highest elo, date of birth, date of death. For example: Polgar, Judit #gm+w HUN [2735] 1976
Generic information can be provided in the form: Bio This is a generic information
Definition at line 233 of file spellchk.h.
|
inline |
Definition at line 241 of file spellchk.h.
| dateT PlayerInfo::getBirthdate | ( | ) | const |
Definition at line 461 of file spellchk.cpp.
|
inline |
Definition at line 247 of file spellchk.h.
| dateT PlayerInfo::getDeathdate | ( | ) | const |
Definition at line 481 of file spellchk.cpp.
| const char * PlayerInfo::getLastCountry | ( | ) | const |
Definition at line 415 of file spellchk.cpp.
| eloT PlayerInfo::getPeakRating | ( | ) | const |
Definition at line 444 of file spellchk.cpp.
| const char * PlayerInfo::getTitle | ( | ) | const |
Definition at line 388 of file spellchk.cpp.
|
friend |
Definition at line 238 of file spellchk.h.
|
friend |
Definition at line 237 of file spellchk.h.
1.8.13