SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
decode(const uint64_t *data, const size_type start_idx, size_type n, Iterator it=(Iterator) NULL) (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [inline, static] |
decode(const int_vector &z, int_vector &v) (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [static] |
decode_prefix_sum(const uint64_t *data, const size_type start_idx, size_type n) (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [static] |
decode_prefix_sum(const uint64_t *data, const size_type start_idx, const size_type end_idx, size_type n) (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [static] |
encode(const int_vector &v, int_vector &z) (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [static] |
encode(uint64_t x, uint64_t *&z, uint8_t &offset) | sdsl::coder::ternary | [static] |
encoding_length(uint64_t w) (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [inline, static] |
min_codeword_length (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [static] |
raw_data(int_vector &v) (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [inline, static] |
size_type typedef (defined in sdsl::coder::ternary) | sdsl::coder::ternary | |
Trny2bin_0_16 | sdsl::coder::ternary | [static] |
Trny2bin_0_16_greedy (defined in sdsl::coder::ternary) | sdsl::coder::ternary | [static] |