Class that describes a k-mer in integer index representation. More...
#include <kmers.hpp>
Public Member Functions | |
std::ostream & | print (std::ostream &out, int kmerLen=g_maxKmerLen) const |
Print this Kmer object into ostream for debugging. |
Class that describes a k-mer in integer index representation.
We expect to create many k-mer objects for the same k, so k is stored not inside this class but somewhere else (in the container).
std::ostream & MGT::Kmer::print | ( | std::ostream & | out, |
int | kmerLen = g_maxKmerLen |
||
) | const [inline] |
Print this Kmer object into ostream for debugging.