SDSL  3.0.0
Succinct Data Structure Library
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 24 of file bp_support_algorithm.hpp.

Constructor & Destructor Documentation

◆ impl()

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

Definition at line 75 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 65 of file bp_support_algorithm.hpp.

◆ min

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

Definition at line 46 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 58 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 73 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 51 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 38 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 31 of file bp_support_algorithm.hpp.

◆ word_sum

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

Definition at line 42 of file bp_support_algorithm.hpp.


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