OpenTTD Source
20241111-master-gce64d5f5d9
|
Public Member Functions | |
CargoSorter (CargoSortType t=CargoSortType::StationID, SortOrder o=SO_ASCENDING) | |
CargoSortType | GetSortType () |
bool | operator() (const CargoDataEntry *cd1, const CargoDataEntry *cd2) const |
Private Member Functions | |
template<class Tid > | |
bool | SortId (Tid st1, Tid st2) const |
bool | SortCount (const CargoDataEntry *cd1, const CargoDataEntry *cd2) const |
bool | SortStation (StationID st1, StationID st2) const |
Private Attributes | |
CargoSortType | type |
SortOrder | order |
Definition at line 897 of file station_gui.cpp.