Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
playerDataT Struct Reference

#include <crosstab.h>

Collaboration diagram for playerDataT:
Collaboration graph
[legend]

Public Attributes

idNumberT id
 
char * name
 
eloT elo
 
uint score
 
uint gameCount
 
uint tiebreak
 
uint oppEloCount
 
uint oppEloTotal
 
uint oppEloScore
 
clashTfirstClash [CROSSTABLE_MaxPlayers]
 
clashTlastClash [CROSSTABLE_MaxPlayers]
 
uint clashCount [CROSSTABLE_MaxPlayers]
 
clashTroundClash [CROSSTABLE_MaxRounds]
 
char title [8]
 
char country [8]
 
dateT birthdate
 
int ageInYears
 
bool printed
 

Detailed Description

Definition at line 55 of file crosstab.h.

Member Data Documentation

◆ ageInYears

int playerDataT::ageInYears

Definition at line 74 of file crosstab.h.

◆ birthdate

dateT playerDataT::birthdate

Definition at line 73 of file crosstab.h.

◆ clashCount

uint playerDataT::clashCount[CROSSTABLE_MaxPlayers]

Definition at line 69 of file crosstab.h.

◆ country

char playerDataT::country[8]

Definition at line 72 of file crosstab.h.

◆ elo

eloT playerDataT::elo

Definition at line 59 of file crosstab.h.

◆ firstClash

clashT* playerDataT::firstClash[CROSSTABLE_MaxPlayers]

Definition at line 67 of file crosstab.h.

◆ gameCount

uint playerDataT::gameCount

Definition at line 61 of file crosstab.h.

◆ id

idNumberT playerDataT::id

Definition at line 57 of file crosstab.h.

◆ lastClash

clashT* playerDataT::lastClash[CROSSTABLE_MaxPlayers]

Definition at line 68 of file crosstab.h.

◆ name

char* playerDataT::name

Definition at line 58 of file crosstab.h.

◆ oppEloCount

uint playerDataT::oppEloCount

Definition at line 64 of file crosstab.h.

◆ oppEloScore

uint playerDataT::oppEloScore

Definition at line 66 of file crosstab.h.

◆ oppEloTotal

uint playerDataT::oppEloTotal

Definition at line 65 of file crosstab.h.

◆ printed

bool playerDataT::printed

Definition at line 75 of file crosstab.h.

◆ roundClash

clashT* playerDataT::roundClash[CROSSTABLE_MaxRounds]

Definition at line 70 of file crosstab.h.

◆ score

uint playerDataT::score

Definition at line 60 of file crosstab.h.

◆ tiebreak

uint playerDataT::tiebreak

Definition at line 62 of file crosstab.h.

◆ title

char playerDataT::title[8]

Definition at line 71 of file crosstab.h.


The documentation for this struct was generated from the following file: