capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
Engine.Reader
capnproto
benchmark
carsalesschema
Engine
Undocumented in source.
struct
Engine
static
struct
Reader {
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit);
ushort
getHorsepower
();
ubyte
getCylinders
();
uint
getCc
();
bool
getUsesGas
();
bool
getUsesElectric
();
StructReader
b
;
}
Constructors
this
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit)
Undocumented in source.
Members
Functions
getCc
uint
getCc
()
Undocumented in source. Be warned that the author may not have intended to support it.
getCylinders
ubyte
getCylinders
()
Undocumented in source. Be warned that the author may not have intended to support it.
getHorsepower
ushort
getHorsepower
()
Undocumented in source. Be warned that the author may not have intended to support it.
getUsesElectric
bool
getUsesElectric
()
Undocumented in source. Be warned that the author may not have intended to support it.
getUsesGas
bool
getUsesGas
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
b
StructReader
b
;
Undocumented in source.
Meta
Source
See Implementation
capnproto
benchmark
carsalesschema
Engine
static variables
structSize
structs
Builder
Reader