SDSL 3.0.1
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 (const std::string &key, cache_config &config)
 
static int_vector_mapper< t_width > create (const std::string &file_name)
 
static int_vector_mapper< t_width > create (const std::string &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 392 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 ( const std::string &  file_name)
inlinestatic

Definition at line 402 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 ( const std::string &  file_name,
size_t  size,
uint8_t  int_width = t_width 
)
inlinestatic

Definition at line 409 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 ( const std::string &  key,
cache_config config 
)
inlinestatic

Definition at line 395 of file int_vector_mapper.hpp.


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