| 
    vg
    
   tools for working with variation graphs 
   | 
 
Stores a kmer in the context of a graph. More...
#include <kmer.hpp>
Public Member Functions | |
| kmer_t (const std::string &s, const pos_t &b, const pos_t &e, const handle_t &c) | |
Public Attributes | |
| std::string | seq | 
| the kmer  More... | |
| pos_t | begin | 
| our start position  More... | |
| pos_t | end | 
| Used in construction.  More... | |
| handle_t | curr | 
| one past the (current) end of the kmer  More... | |
| uint16_t | forks | 
| the next handle we extend into  More... | |
Stores a kmer in the context of a graph.
      
  | 
  inline | 
| pos_t vg::algorithms::kmer_t::begin | 
our start position
| handle_t vg::algorithms::kmer_t::curr | 
one past the (current) end of the kmer
| pos_t vg::algorithms::kmer_t::end | 
Used in construction.
| uint16_t vg::algorithms::kmer_t::forks | 
the next handle we extend into
| std::string vg::algorithms::kmer_t::seq | 
the kmer
 1.8.17