capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
Expression.Reader
capnproto
benchmark
evalschema
Expression
Undocumented in source.
struct
Expression
static
struct
Reader {
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit);
.
Operation
getOp
();
Left
.
Reader
getLeft
();
Right
.
Reader
getRight
();
StructReader
b
;
}
Constructors
this
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit)
Undocumented in source.
Members
Functions
getLeft
Left
.
Reader
getLeft
()
Undocumented in source. Be warned that the author may not have intended to support it.
getOp
.
Operation
getOp
()
Undocumented in source. Be warned that the author may not have intended to support it.
getRight
Right
.
Reader
getRight
()
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
benchmark
evalschema
Expression
static variables
structSize
structs
Builder
Left
Reader
Right