aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
Size
annotation_configuration
Size of a car.
@
component
struct
Size {
@
setter
(200UL)
ulong
width
;
@
setter
(150UL)
ulong
height
;
@
setter
(500UL)
ulong
length
;
}
Members
Variables
height
ulong
height
;
Undocumented in source.
length
ulong
length
;
Undocumented in source.
width
ulong
width
;
Undocumented in source.
Meta
Source
See Implementation
annotation_configuration
classes
Car
CarManufacturer
DieselEngine
ElectricEngine
GasolineEngine
ManufacturedCar
Tire
functions
drive
main
interfaces
Engine
structs
Color
Size
Size of a car.