Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Team Struct Reference

Team information for baseball elimination. More...

#include <net_apps.H>

Collaboration diagram for Aleph::Team:
[legend]

Public Member Functions

 Team (const std::string &n="", int w=0, int l=0, int r=0)
 

Public Attributes

std::string name
 
int wins
 
int losses
 
int remaining
 Games remaining.
 
std::vector< intagainst
 Games remaining against each team.
 

Detailed Description

Team information for baseball elimination.

Definition at line 572 of file net_apps.H.

Constructor & Destructor Documentation

◆ Team()

Aleph::Team::Team ( const std::string &  n = "",
int  w = 0,
int  l = 0,
int  r = 0 
)
inline

Definition at line 580 of file net_apps.H.

Member Data Documentation

◆ against

std::vector<int> Aleph::Team::against

Games remaining against each team.

Definition at line 578 of file net_apps.H.

◆ losses

int Aleph::Team::losses

Definition at line 576 of file net_apps.H.

◆ name

std::string Aleph::Team::name

Definition at line 574 of file net_apps.H.

◆ remaining

int Aleph::Team::remaining

Games remaining.

Definition at line 577 of file net_apps.H.

Referenced by Aleph::check_baseball_elimination().

◆ wins

int Aleph::Team::wins

Definition at line 575 of file net_apps.H.

Referenced by Aleph::check_baseball_elimination().


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