capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
SearchResult.Reader
capnproto
benchmark
catrankschema
SearchResult
Undocumented in source.
struct
SearchResult
static
struct
Reader {
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit);
bool
hasUrl
();
string
getUrl
();
double
getScore
();
bool
hasSnippet
();
string
getSnippet
();
StructReader
b
;
}
Constructors
this
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit)
Undocumented in source.
Members
Functions
getScore
double
getScore
()
Undocumented in source. Be warned that the author may not have intended to support it.
getSnippet
string
getSnippet
()
Undocumented in source. Be warned that the author may not have intended to support it.
getUrl
string
getUrl
()
Undocumented in source. Be warned that the author may not have intended to support it.
hasSnippet
bool
hasSnippet
()
Undocumented in source. Be warned that the author may not have intended to support it.
hasUrl
bool
hasUrl
()
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
catrankschema
SearchResult
static variables
structSize
structs
Builder
Reader