mjtournament.tournament

Undocumented in source.

Members

Functions

scramble
Tournament scramble(Tournament tournament, size_t teamSize)
Undocumented in source. Be warned that the author may not have intended to support it.
scrambleTables
Tournament scrambleTables(Tournament tournament)
Undocumented in source. Be warned that the author may not have intended to support it.
skipRounds
Tournament skipRounds(Tournament tournament, size_t skip)
Undocumented in source.
toTournament
Tournament toTournament(string x)

Read a tournament from one-liner string.

toTournament
Tournament toTournament(string[] x)

Read a tournament from a string array.

Structs

Tournament
struct Tournament
Undocumented in source.

Variables

playerPerTable
enum size_t playerPerTable;
Undocumented in source.

Meta