SAMRecord.AlignedPairs

Undocumented in source.

Constructors

this
this(SAMRecord rec)
Undocumented in source.
this
this(SAMRecord rec, long start, long end)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
AlignedPair!refSeq 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.

Variables

b
Bam1 b;
Undocumented in source.
coords
InputRange!AlignedCoordinate coords;
Undocumented in source.
current
AlignedPair!refSeq current;
Undocumented in source.
mdItr
MDItr mdItr;
Undocumented in source.
seq
ubyte* seq;
Undocumented in source.

Meta