SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
fm_index_cursor.hpp File Reference

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

#include <array>
#include <type_traits>
#include <sdsl/suffix_trees.hpp>
#include <range/v3/view/slice.hpp>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/core/type_traits/range.hpp>
#include <seqan3/range/views/join.hpp>
#include <seqan3/range/views/slice.hpp>
#include <seqan3/search/fm_index/detail/csa_alphabet_strategy.hpp>
#include <seqan3/search/fm_index/detail/fm_index_cursor.hpp>
#include <seqan3/search/fm_index/fm_index.hpp>
#include <seqan3/std/ranges>
+ Include dependency graph for fm_index_cursor.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_cursor< index_t >
 The SeqAn FM Index Cursor. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

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

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