Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
crosstab.cpp File Reference
#include "crosstab.h"
#include "dstring.h"
Include dependency graph for crosstab.cpp:

Go to the source code of this file.

Functions

int comparePlayerData (playerDataT *p1, playerDataT *p2, crosstableSortT option)
 
uint max (int a, int b)
 

Variables

const uint perf_elodiff [51]
 

Function Documentation

◆ comparePlayerData()

int comparePlayerData ( playerDataT p1,
playerDataT p2,
crosstableSortT  option 
)

Definition at line 105 of file crosstab.cpp.

◆ max()

uint max ( int  a,
int  b 
)

Definition at line 237 of file crosstab.cpp.

Variable Documentation

◆ perf_elodiff

const uint perf_elodiff[51]
Initial value:
= {
0, 7, 14, 21, 29, 36, 43, 50, 57, 65,
72, 80, 87, 95, 102, 110, 117, 125, 133, 141,
149, 158, 166, 175, 184, 193, 202, 211, 220, 230,
240, 251, 262, 273, 284, 296, 309, 322, 336, 351,
366, 383, 401, 422, 444, 470, 501, 538, 589, 677,
999
}

Definition at line 22 of file crosstab.cpp.