SeqAn3
seqan3::fm_index_concept Interface Reference

Concept for unidirectional FM indices. More...

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

Inheritance diagram for seqan3::fm_index_concept:
[legend]

Public Member Functions

Requirements for seqan3::fm_index_concept

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

typename t::text_type text_type
 Type of the indexed text.
 
typename t::char_type char_type
 Type of the underlying character of text_type.
 
typename t::size_type size_type
 Type for representing the size of the indexed text.
 
typename t::iterator_type iterator_type
 Type of the unidirectional FM index iterator. More...
 

Detailed Description

Concept for unidirectional FM indices.

This concept defines the interface for unidirectional FM indices.


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