SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::excess< T >::impl Struct Reference

#include <bp_support_algorithm.hpp>

Public Member Functions

 impl ()

Public Attributes

uint8_t near_fwd_pos [(8 -(-8)) *256]
uint8_t near_bwd_pos [(8 -(-8)) *256]
int8_t word_sum [256]
int8_t min [256]
int8_t min_pos_max [256]
uint32_t min_match_pos_packed [256]
uint32_t max_match_pos_packed [256]
uint16_t min_open_excess_info [256]

Detailed Description

template<typename T = void>
struct sdsl::excess< T >::impl

Definition at line 29 of file bp_support_algorithm.hpp.

Constructor & Destructor Documentation

◆ impl()

template<typename T = void>
sdsl::excess< T >::impl::impl ( )
inline

Definition at line 80 of file bp_support_algorithm.hpp.

Member Data Documentation

◆ max_match_pos_packed

template<typename T = void>
uint32_t sdsl::excess< T >::impl::max_match_pos_packed[256]

Definition at line 70 of file bp_support_algorithm.hpp.

◆ min

template<typename T = void>
int8_t sdsl::excess< T >::impl::min[256]

Definition at line 51 of file bp_support_algorithm.hpp.

◆ min_match_pos_packed

template<typename T = void>
uint32_t sdsl::excess< T >::impl::min_match_pos_packed[256]

Definition at line 63 of file bp_support_algorithm.hpp.

◆ min_open_excess_info

template<typename T = void>
uint16_t sdsl::excess< T >::impl::min_open_excess_info[256]

Definition at line 78 of file bp_support_algorithm.hpp.

◆ min_pos_max

template<typename T = void>
int8_t sdsl::excess< T >::impl::min_pos_max[256]

Definition at line 56 of file bp_support_algorithm.hpp.

◆ near_bwd_pos

template<typename T = void>
uint8_t sdsl::excess< T >::impl::near_bwd_pos[(8 -(-8)) *256]

Definition at line 43 of file bp_support_algorithm.hpp.

◆ near_fwd_pos

template<typename T = void>
uint8_t sdsl::excess< T >::impl::near_fwd_pos[(8 -(-8)) *256]

Definition at line 36 of file bp_support_algorithm.hpp.

◆ word_sum

template<typename T = void>
int8_t sdsl::excess< T >::impl::word_sum[256]

Definition at line 47 of file bp_support_algorithm.hpp.


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