#include <genesis/sequence/kmer/kmer_scanner.hpp>
Definition at line 55 of file kmer_scanner.hpp.
Public Member Functions | |
KmerScanner (self_type &&)=default | |
KmerScanner (self_type const &)=default | |
KmerScanner (std::string &&input) | |
KmerScanner (std::string &&input, uint8_t k) | |
KmerScanner (std::string const &input) | |
KmerScanner (std::string const &input, uint8_t k) | |
~KmerScanner ()=default | |
Iterator | begin () const |
Iterator | end () const |
self_type & | operator= (self_type &&)=default |
self_type & | operator= (self_type const &)=default |
Public Types | |
using | iterator_category = std::input_iterator_tag |
using | pointer = value_type * |
using | reference = value_type & |
using | self_type = KmerScanner |
using | value_type = Kmer< Tag > |
Classes | |
class | Iterator |
|
inline |
Definition at line 227 of file kmer_scanner.hpp.
|
inline |
Definition at line 231 of file kmer_scanner.hpp.
|
inline |
Definition at line 235 of file kmer_scanner.hpp.
|
inline |
Definition at line 241 of file kmer_scanner.hpp.
|
default |
|
default |
|
default |
|
inline |
Definition at line 259 of file kmer_scanner.hpp.
|
inline |
Definition at line 264 of file kmer_scanner.hpp.
using iterator_category = std::input_iterator_tag |
Definition at line 67 of file kmer_scanner.hpp.
using pointer = value_type* |
Definition at line 65 of file kmer_scanner.hpp.
using reference = value_type& |
Definition at line 66 of file kmer_scanner.hpp.
using self_type = KmerScanner |
Definition at line 63 of file kmer_scanner.hpp.
using value_type = Kmer<Tag> |
Definition at line 64 of file kmer_scanner.hpp.