Public Member Functions

MGT::Kmer Class Reference

Class that describes a k-mer in integer index representation. More...

#include <kmers.hpp>

List of all members.

Public Member Functions

std::ostream & print (std::ostream &out, int kmerLen=g_maxKmerLen) const
 Print this Kmer object into ostream for debugging.

Detailed Description

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).


Member Function Documentation

std::ostream & MGT::Kmer::print ( std::ostream &  out,
int  kmerLen = g_maxKmerLen 
) const [inline]

Print this Kmer object into ostream for debugging.


The documentation for this class was generated from the following files: