biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
FlowIndex
bio
std
hts
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
std
hts
iontorrent
flowindex
functions
flowIndex
structs
FlowIndex