biod ~bio2 (2022-05-05T08:17:46.2810097)
Dub
Repo
FlowIndex
bio
bam
iontorrent
flowindex
struct
FlowIndex (
S
) {
this
(S sequence, string flow_order);
bool
empty
();
size_t
front
();
void
popFront
();
}
Constructors
this
this
(S sequence, string flow_order)
Undocumented in source.
Members
Functions
empty
bool
empty
()
front
size_t
front
()
Current flow index
popFront
void
popFront
()
Move to next read base
Meta
Source
See Implementation
bio
bam
iontorrent
flowindex
functions
flowIndex
structs
FlowIndex