SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
fm_index_cursor.hpp File Reference

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

#include <array>
#include <ranges>
#include <type_traits>
#include <seqan3/alphabet/adaptation/char.hpp>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/contrib/sdsl-lite.hpp>
#include <seqan3/core/range/type_traits.hpp>
#include <seqan3/search/fm_index/concept.hpp>
#include <seqan3/search/fm_index/detail/fm_index_cursor.hpp>
#include <seqan3/utility/views/slice.hpp>
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...
struct  seqan3::suffix_array_interval
 The underlying suffix array interval. More...

Namespaces

namespace  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>
Hide me