SDSL 3.0.1
Succinct Data Structure Library
int_vector_mapper.hpp File Reference
#include <cinttypes>
#include <cstdio>
#include <ios>
#include <sdsl/int_vector.hpp>
#include <sdsl/memory_management.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 = const int_vector_mapper< t_width, std::ios_base::in >