SeqAn3
seqan3::bi_fm_index_concept Interface Reference

Concept for bidirectional FM indices. More...

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

Inheritance diagram for seqan3::bi_fm_index_concept:
[legend]

Public Member Functions

Requirements for seqan3::bi_fm_index_concept

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

typename t::iterator_type iterator_type
 Type of the bidirectional FM index iterator.
 
typename t::fwd_iterator_type fwd_iterator_type
 Type of the unidirectional FM index iterator based on the unidirectional FM index on the original text.
 
typename t::rev_iterator_type rev_iterator_type
 Type of the unidirectional FM index iterator based on the unidirectional FM index on the reversed text. More...
 

Detailed Description

Concept for bidirectional FM indices.

This concept defines the interface for bidirectional FM indices.


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