capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
AnyPointer.Reader
capnproto
AnyPointer
AnyPointer
Undocumented in source.
struct
AnyPointer
static
struct
Reader {
this
(const(SegmentReader)* segment, int pointer, int nestingLimit);
bool
isNull
();
T
.
Reader
getAs
();
}
Constructors
this
this
(const(SegmentReader)* segment, int pointer, int nestingLimit)
Undocumented in source.
Members
Functions
getAs
T
.
Reader
getAs
()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool
isNull
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
capnproto
AnyPointer
AnyPointer
structs
Builder
Reader