capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
TestConstants.Builder
capnproto
tests
test
TestConstants
Undocumented in source.
struct
TestConstants
static
struct
Builder {
this
(SegmentBuilder* segment, int data, int pointers, int dataSize, short pointerCount);
auto
asReader
();
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.
Variables
b
StructBuilder
b
;
Undocumented in source.
Meta
Source
See Implementation
capnproto
tests
test
TestConstants
static variables
boolConst
boolListConst
dataConst
dataListConst
enumConst
enumListConst
float32Const
float32ListConst
float64Const
float64ListConst
int16Const
int16ListConst
int32Const
int32ListConst
int64Const
int64ListConst
int8Const
int8ListConst
structConst
structListConst
structSize
textConst
textListConst
uint16Const
uint16ListConst
uint32Const
uint32ListConst
uint64Const
uint64ListConst
uint8Const
uint8ListConst
voidConst
voidListConst
structs
Builder
Reader