vdj_pipe
pipeline for processing DNA sequence data
|
Navigate suffix tree according to pattern. More...
#include <pattern_iterator.hpp>
Public Member Functions | |
Pattern_iter (Gdst const &t, const boost::string_ref suff, const Branch_id bid) | |
Branch_id | current () const |
bool | at_end () const |
Branch_id | next_id () const |
bool | at_pattern_end () const |
bool | at_mismatch () const |
unsigned | index () const |
Nucleotide | pattern_char () const |
Nucleotide | edge_char () const |
Nucleotide | node_char () const |
bool | has_next () const |
void | next () |
Navigate suffix tree according to pattern.
|
inline |