|
SDSL 3.0.3
Succinct Data Structure Library
|
#include <assert.h>#include <cstdint>#include <fstream>#include <memory>#include <stddef.h>#include <string>#include <utility>#include <vector>#include <sdsl/bits.hpp>#include <sdsl/int_vector.hpp>#include <sdsl/int_vector_buffer.hpp>#include <sdsl/io.hpp>#include <sdsl/memory_tracking.hpp>#include <sdsl/ram_fs.hpp>#include <sdsl/select_support_mcl.hpp>#include <sdsl/util.hpp>Go to the source code of this file.
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
Functions | |
| template<class int_vector_type> | |
| uint64_t | sdsl::_get_next_lms_position (int_vector_type &text, uint64_t i) |
| void | sdsl::_construct_sa_IS (int_vector<> &text, int_vector<> &sa, std::string &filename_sa, size_t n, size_t text_offset, size_t sigma, uint64_t recursion) |
| template<class int_vector_type> | |
| void | sdsl::_construct_sa_se (int_vector_type &text, std::string filename_sa, uint64_t sigma, uint64_t recursion) |