|
SDSL 3.0.1
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 24 of file bp_support_algorithm.hpp.
|
inline |
Definition at line 75 of file bp_support_algorithm.hpp.
| uint32_t sdsl::excess< T >::impl::max_match_pos_packed[256] |
Definition at line 65 of file bp_support_algorithm.hpp.
| int8_t sdsl::excess< T >::impl::min[256] |
Definition at line 46 of file bp_support_algorithm.hpp.
| uint32_t sdsl::excess< T >::impl::min_match_pos_packed[256] |
Definition at line 58 of file bp_support_algorithm.hpp.
| uint16_t sdsl::excess< T >::impl::min_open_excess_info[256] |
Definition at line 73 of file bp_support_algorithm.hpp.
| int8_t sdsl::excess< T >::impl::min_pos_max[256] |
Definition at line 51 of file bp_support_algorithm.hpp.
| uint8_t sdsl::excess< T >::impl::near_bwd_pos[(8 -(-8)) *256] |
Definition at line 38 of file bp_support_algorithm.hpp.
| uint8_t sdsl::excess< T >::impl::near_fwd_pos[(8 -(-8)) *256] |
Definition at line 31 of file bp_support_algorithm.hpp.
| int8_t sdsl::excess< T >::impl::word_sum[256] |
Definition at line 42 of file bp_support_algorithm.hpp.