biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
BamReader.ReadsWithProgressResult
bio
std
hts
bam
reader
BamReader
Undocumented in source.
class
BamReader
static
struct
ReadsWithProgressResult (
alias
IteratePolicy
R
S
) {
this
(R range, S stream, void delegate(lazy float p) progressBarFunc, void delegate() finishFunc);
static if
(
__traits(identifier, IteratePolicy) == "withOffsets"
)
auto
front
();
static if
(!(
__traits(identifier, IteratePolicy) == "withOffsets"
))
static if
(
__traits(identifier, IteratePolicy) == "withoutOffsets"
)
auto
front
();
bool
empty
();
void
popFront
();
}
Constructors
this
this
(R range, S stream, void delegate(lazy float p) progressBarFunc, void delegate() finishFunc)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
bio
std
hts
bam
reader
BamReader
constructors
this
functions
allReads
assumeSequentialProcessing
createIndex
eofVirtualOffset
filename
getBgzfBlockAt
getChunks
getReadAt
getReadsBetween
getReadsOverlapping
hasReference
has_index
header
opIndex
reads
readsWithProgress
reference
reference_sequences
setBufferSize
unmappedReads
structs
ReadsWithProgressResult
variables
_seqprocmode