capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
EnumList.Reader
capnproto
EnumList
EnumList
Undocumented in source.
struct
EnumList
(T)
static
struct
Reader {
this
(SegmentReader* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit);
T
get
(int index);
int
opApply
(int delegate(T) 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
T
get
(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(int delegate(T) 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
EnumList
EnumList
manifest constants
elementSize
structs
Builder
Reader