Concept for bidirectional FM indices. More...
#include <seqan3/search/fm_index/concept.hpp>
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... | |
Concept for bidirectional FM indices.
This concept defines the interface for bidirectional FM indices.