capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
DataList.Reader
capnproto
DataList
DataList
Undocumented in source.
struct
DataList
static
struct
Reader {
this
(SegmentReader* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit);
size_t
length
();
Data
.
Reader
get
(int index);
int
opApply
(int delegate(Data.Reader) dg);
package
ListReader
b
;
}
Constructors
this
this
(SegmentReader* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)
Undocumented in source.
Members
Functions
get
Data
.
Reader
get
(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(int delegate(Data.Reader) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
b
ListReader
b
;
Undocumented in source.
Meta
Source
See Implementation
capnproto
DataList
DataList
manifest constants
elementSize
structs
Builder
Reader