capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
EnumList.Builder
capnproto
EnumList
EnumList
Undocumented in source.
struct
EnumList
(T)
static
struct
Builder {
this
(SegmentBuilder* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount);
T
get
(int index);
void
set
(int index, T value);
int
opApply
(int delegate(T) dg);
package
ListBuilder
b
;
}
Constructors
this
this
(SegmentBuilder* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount)
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.
set
void
set
(int index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
b
ListBuilder
b
;
Undocumented in source.
Meta
Source
See Implementation
capnproto
EnumList
EnumList
manifest constants
elementSize
structs
Builder
Reader