SDSL 3.0.2
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 451 of file int_vector_mapper.hpp.

Member Function Documentation

◆ create() [1/3]

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

Definition at line 461 of file int_vector_mapper.hpp.

◆ create() [2/3]

template<uint8_t t_width = 0>
static 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 468 of file int_vector_mapper.hpp.

◆ create() [3/3]

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

Definition at line 454 of file int_vector_mapper.hpp.


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