SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
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

using blocks_length_type = std::vector< size_t >
 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:
Hide me