capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
TotalValue.Builder
capnproto
benchmark
carsalesschema
TotalValue
Undocumented in source.
struct
TotalValue
static
struct
Builder {
this
(SegmentBuilder* segment, int data, int pointers, int dataSize, short pointerCount);
auto
asReader
();
ulong
getAmount
();
void
setAmount
(ulong value);
StructBuilder
b
;
}
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.
getAmount
ulong
getAmount
()
Undocumented in source. Be warned that the author may not have intended to support it.
setAmount
void
setAmount
(ulong value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
b
StructBuilder
b
;
Undocumented in source.
Meta
Source
See Implementation
capnproto
benchmark
carsalesschema
TotalValue
static variables
structSize
structs
Builder
Reader