SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::detail::search_dyn Struct Reference

Object storing information for a search (of a search scheme). More...

#include <seqan3/search/detail/search_scheme_precomputed.hpp>

Public Types

typedef std::vector< size_t > blocks_length_type
 Type for storing the length of blocks.
 

Public Member Functions

uint8_t blocks () const noexcept
 Returns the number of blocks.
 

Public Attributes

std::vector< uint8_t > l
 Lower error bound for each block (accumulated values)
 
std::vector< uint8_t > pi
 Order of blocks.
 
std::vector< uint8_t > u
 Upper error bound for each block (accumulated values)
 

Detailed Description

Object storing information for a search (of a search scheme).

Attention
Number of blocks do not have to be known at compile time.

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