Home
last modified time | relevance | path

Searched defs:CargoList (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dcargopacket.h34 template <class Tinst, class Tcont> class CargoList; variable
58 template <class Tinst, class Tcont> friend class CargoList; member
237 CargoList() {} in CargoList() function
H A Dcargopacket.cpp868 template class CargoList<VehicleCargoList, CargoPacketList>; variable
869 template class CargoList<StationCargoList, StationCargoPacketMap>; variable
/dports/games/widelands/widelands-build21/src/economy/
H A Dshipping_schedule.h42 using CargoList = std::map<OPtr<PortDock>, uint32_t>; variable