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

Concept for unidirectional FM indices. More...

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

+ Inheritance diagram for seqan3::FmIndex:

Related Functions

(Note that these are not member functions.)

Requirements for seqan3::FmIndex

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

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::cursor_type cursor_type
 Type of the unidirectional FM index cursor.
 

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: