capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
TextList.Reader
capnproto
TextList
TextList
Undocumented in source.
struct
TextList
static
struct
Reader {
this
(SegmentReader* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit);
size_t
length
();
string
get
(int index);
int
opApply
(int delegate(string) 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
string
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(string) 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
TextList
TextList
manifest constants
elementSize
structs
Builder
Reader