SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
seqan3::FmIndexCursor Interface Reference

Concept for unidirectional FM index cursors. More...

#include <seqan3/search/fm_index/concept.hpp>

+ Inheritance diagram for seqan3::FmIndexCursor:

Related Functions

(Note that these are not member functions.)

Requirements for seqan3::FmIndexCursor

You can expect these member types and member functions on all types that satisfy seqan3::FmIndexCursor.

typename t::index_type index_type
 Type of the underlying SeqAn FM index (not the underlying SDSL index).
 
typename t::size_type size_type
 Type for representing the size of the indexed text.
 

Detailed Description

Concept for unidirectional FM index cursors.

This concept defines the interface for cursors for unidirectional FM indices.


The documentation for this interface was generated from the following file: