Play Struct Reference
List of all members.Detailed Description
Triple forming an entry in the round robin schedule.
Definition at line 31 of file sports-league.cc.
Public Attributes | |
| int | h |
| number of the home team | |
| int | a |
| number of the away team | |
| int | g |
| game number | |
Member Data Documentation
| int Play::h |
| int Play::a |
| int Play::g |
The documentation for this struct was generated from the following file:
- examples/sports-league.cc (Revision: 3517)
