dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
SAMReader.AllRecordsRange
dhtslib
sam
reader
SAMReader
Iterate through all records in the SAM
struct
SAMReader
struct
AllRecordsRange {
this
(HtsFile fp, SAMHeader header, off_t offset);
bool
empty
[@property getter];
void
popFront
();
SAMRecord
front
();
AllRecordsRange
save
();
}
Constructors
this
this
(HtsFile fp, SAMHeader header, off_t offset)
Undocumented in source.
Members
Functions
front
SAMRecord
front
()
popFront
void
popFront
()
InputRange interface
save
AllRecordsRange
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
InputRange interface
Meta
Source
See Implementation
dhtslib
sam
reader
SAMReader
aliases
all_records
fetch
n_targets
targetLen
targetLens
target_id
target_len
target_lens
target_names
constructors
this
functions
allRecords
opDollar
opIndex
opSlice
query
targetId
targetLength
properties
nTargets
targetLengths
targetNames
structs
AllRecordsRange
RecordRange
RecordRangeMulti
variables
filename
header
Iterate through all records in the SAM