SDSL 3.0.3
Succinct Data Structure Library
|
#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] |
Definition at line 29 of file bp_support_algorithm.hpp.
|
inline |
Definition at line 80 of file bp_support_algorithm.hpp.
uint32_t sdsl::excess< T >::impl::max_match_pos_packed[256] |
Definition at line 70 of file bp_support_algorithm.hpp.
int8_t sdsl::excess< T >::impl::min[256] |
Definition at line 51 of file bp_support_algorithm.hpp.
uint32_t sdsl::excess< T >::impl::min_match_pos_packed[256] |
Definition at line 63 of file bp_support_algorithm.hpp.
uint16_t sdsl::excess< T >::impl::min_open_excess_info[256] |
Definition at line 78 of file bp_support_algorithm.hpp.
int8_t sdsl::excess< T >::impl::min_pos_max[256] |
Definition at line 56 of file bp_support_algorithm.hpp.
uint8_t sdsl::excess< T >::impl::near_bwd_pos[(8 -(-8)) *256] |
Definition at line 43 of file bp_support_algorithm.hpp.
uint8_t sdsl::excess< T >::impl::near_fwd_pos[(8 -(-8)) *256] |
Definition at line 36 of file bp_support_algorithm.hpp.
int8_t sdsl::excess< T >::impl::word_sum[256] |
Definition at line 47 of file bp_support_algorithm.hpp.