SeqAn3
fm_index_iterator.hpp File Reference

Provides the seqan3::fm_index_iterator for searching in the unidirectional seqan3::fm_index. More...

#include <array>
#include <type_traits>
#include <sdsl/suffix_trees.hpp>
#include <range/v3/view/iota.hpp>
#include <range/v3/view/slice.hpp>
#include <seqan3/alphabet/all.hpp>
#include <seqan3/core/metafunction/range.hpp>
#include <seqan3/search/fm_index/detail/csa_alphabet_strategy.hpp>
#include <seqan3/search/fm_index/detail/fm_index_iterator.hpp>
#include <seqan3/search/fm_index/fm_index.hpp>
#include <seqan3/std/view/transform.hpp>
Include dependency graph for fm_index_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::fm_index_iterator< index_t >
 The SeqAn FM Index Iterator. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides the seqan3::fm_index_iterator for searching in the unidirectional seqan3::fm_index.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>