SDSL 3.0.3
Succinct Data Structure Library
|
#include <cinttypes>
#include <cstdio>
#include <iostream>
#include <stdexcept>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <unistd.h>
#include <sdsl/bits.hpp>
#include <sdsl/config.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/memory_management.hpp>
#include <sdsl/ram_fs.hpp>
#include <sdsl/sfstream.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::int_vector_mapper< t_width, t_mode > |
class | sdsl::temp_file_buffer< t_width > |
class | sdsl::write_out_mapper< t_width > |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
Typedefs | |
template<std::ios_base::openmode t_mode = std::ios_base::out | std::ios_base::in> | |
using | sdsl::bit_vector_mapper = int_vector_mapper<1, t_mode> |
template<uint8_t t_width = 0> | |
using | sdsl::read_only_mapper = int_vector_mapper<t_width, std::ios_base::in> const |