Public Member Functions | |
| CLane (uint id) | |
| uint | GetId () |
| uint | StationsCount () |
| CStation@ | GetStation (uint idx) |
| uint8 | GetHour (uint idx) |
| void | AddStop (uint station, uint8 hour) |
Public Attributes | |
| private uint | Id |
| private array< uint > | Stations |
| private array< uint8 > | Hours |
| CLane | ( | uint | id | ) |
| uint GetId | ( | ) |
| uint StationsCount | ( | ) |
| CStation@ GetStation | ( | uint | idx | ) |
| uint8 GetHour | ( | uint | idx | ) |
| void AddStop | ( | uint | station, | |
| uint8 | hour | |||
| ) |
| private uint Id |
| private array<uint> Stations |
| private array<uint8> Hours |
1.7.1