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