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

Concept for bidirectional FM index cursors. More...

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

+ Inheritance diagram for seqan3::BiFmIndexCursor:

Related Functions

(Note that these are not member functions.)

Requirements for seqan3::BiFmIndexCursor

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 bidirectional FM index cursors.

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


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