Car.Builder

Undocumented in source.

Constructors

this
this(SegmentBuilder* segment, int data, int pointers, int dataSize, short pointerCount)
Undocumented in source.

Members

Functions

asReader
auto asReader()
Undocumented in source. Be warned that the author may not have intended to support it.
getColor
.Color getColor()
Undocumented in source. Be warned that the author may not have intended to support it.
getCupHolders
ubyte getCupHolders()
Undocumented in source. Be warned that the author may not have intended to support it.
getDoors
ubyte getDoors()
Undocumented in source. Be warned that the author may not have intended to support it.
getEngine
.Engine.Builder getEngine()
Undocumented in source. Be warned that the author may not have intended to support it.
getFuelCapacity
float getFuelCapacity()
Undocumented in source. Be warned that the author may not have intended to support it.
getFuelLevel
float getFuelLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
getHasCruiseControl
bool getHasCruiseControl()
Undocumented in source. Be warned that the author may not have intended to support it.
getHasNavSystem
bool getHasNavSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
getHasPowerSteering
bool getHasPowerSteering()
Undocumented in source. Be warned that the author may not have intended to support it.
getHasPowerWindows
bool getHasPowerWindows()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
ushort getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getLength
ushort getLength()
Undocumented in source. Be warned that the author may not have intended to support it.
getMake
Text.Builder getMake()
Undocumented in source. Be warned that the author may not have intended to support it.
getModel
Text.Builder getModel()
Undocumented in source. Be warned that the author may not have intended to support it.
getSeats
ubyte getSeats()
Undocumented in source. Be warned that the author may not have intended to support it.
getWeight
uint getWeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getWheels
StructList!(.Wheel).Builder getWheels()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
ushort getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
hasMake
bool hasMake()
Undocumented in source. Be warned that the author may not have intended to support it.
hasModel
bool hasModel()
Undocumented in source. Be warned that the author may not have intended to support it.
hasWheels
bool hasWheels()
Undocumented in source. Be warned that the author may not have intended to support it.
initEngine
.Engine.Builder initEngine()
Undocumented in source. Be warned that the author may not have intended to support it.
initMake
Text.Builder initMake(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initModel
Text.Builder initModel(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initWheels
StructList!(.Wheel).Builder initWheels(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(.Color value)
Undocumented in source. Be warned that the author may not have intended to support it.
setCupHolders
void setCupHolders(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
setDoors
void setDoors(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
setEngine
void setEngine(.Engine.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFuelCapacity
void setFuelCapacity(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFuelLevel
void setFuelLevel(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
setHasCruiseControl
void setHasCruiseControl(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
setHasNavSystem
void setHasNavSystem(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
setHasPowerSteering
void setHasPowerSteering(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
setHasPowerWindows
void setHasPowerWindows(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeight
void setHeight(ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
setLength
void setLength(ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
setMake
void setMake(Text.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setMake
void setMake(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setModel
void setModel(Text.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setModel
void setModel(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setSeats
void setSeats(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
setWeight
void setWeight(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
setWheels
void setWheels(StructList!(.Wheel).Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setWidth
void setWidth(ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

b
StructBuilder b;
Undocumented in source.

Meta