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