capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
TestFieldZeroIsBit.Reader
capnproto
tests
test
TestFieldZeroIsBit
Undocumented in source.
struct
TestFieldZeroIsBit
static
struct
Reader {
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit);
bool
getBit
();
bool
getSecondBit
();
ubyte
getThirdField
();
StructReader
b
;
}
Constructors
this
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit)
Undocumented in source.
Members
Functions
getBit
bool
getBit
()
Undocumented in source. Be warned that the author may not have intended to support it.
getSecondBit
bool
getSecondBit
()
Undocumented in source. Be warned that the author may not have intended to support it.
getThirdField
ubyte
getThirdField
()
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
tests
test
TestFieldZeroIsBit
static variables
structSize
structs
Builder
Reader