SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::write_out_mapper< t_width > Class Template Reference

#include <int_vector_mapper.hpp>

Static Public Member Functions

static int_vector_mapper< t_width > create (std::string const &key, cache_config &config)
static int_vector_mapper< t_width > create (std::string const &file_name)
static int_vector_mapper< t_width > create (std::string const &file_name, size_t size, uint8_t int_width=t_width)

Detailed Description

template<uint8_t t_width = 0>
class sdsl::write_out_mapper< t_width >

Definition at line 455 of file int_vector_mapper.hpp.

Member Function Documentation

◆ create() [1/3]

template<uint8_t t_width = 0>
int_vector_mapper< t_width > sdsl::write_out_mapper< t_width >::create ( std::string const & file_name)
inlinestatic

Definition at line 465 of file int_vector_mapper.hpp.

◆ create() [2/3]

template<uint8_t t_width = 0>
int_vector_mapper< t_width > sdsl::write_out_mapper< t_width >::create ( std::string const & file_name,
size_t size,
uint8_t int_width = t_width )
inlinestatic

Definition at line 472 of file int_vector_mapper.hpp.

◆ create() [3/3]

template<uint8_t t_width = 0>
int_vector_mapper< t_width > sdsl::write_out_mapper< t_width >::create ( std::string const & key,
cache_config & config )
inlinestatic

Definition at line 458 of file int_vector_mapper.hpp.


The documentation for this class was generated from the following file: