aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
CarManufacturer
multiple_containers
A manufacturer of cars.
class
CarManufacturer {
Car
manufacture
(Size size);
}
Members
Functions
manufacture
Car
manufacture
(Size size)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
multiple_containers
classes
Car
CarManufacturer
DieselEngine
ElectricEngine
GasolineEngine
Tire
functions
drive
main
interfaces
Engine
structs
Color
Size
A manufacturer of cars.