SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth > Class Template Reference

#include <int_vector_io_wrappers.hpp>

Public Types

typedef int_vector< fixedIntWidth > int_vector_type
 
typedef int_vector_type::size_type size_type
 
typedef int_vector_type::value_type value_type
 

Public Member Functions

 int_vector_load_vbyte_wrapper (int_vector_type &vec)
 
void load (std::istream &in)
 

Detailed Description

template<uint8_t fixedIntWidth = 0>
class sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth >

Definition at line 75 of file int_vector_io_wrappers.hpp.

Member Typedef Documentation

◆ int_vector_type

template<uint8_t fixedIntWidth = 0>
typedef int_vector<fixedIntWidth> sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth >::int_vector_type

Definition at line 78 of file int_vector_io_wrappers.hpp.

◆ size_type

template<uint8_t fixedIntWidth = 0>
typedef int_vector_type::size_type sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth >::size_type

Definition at line 79 of file int_vector_io_wrappers.hpp.

◆ value_type

template<uint8_t fixedIntWidth = 0>
typedef int_vector_type::value_type sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth >::value_type

Definition at line 80 of file int_vector_io_wrappers.hpp.

Constructor & Destructor Documentation

◆ int_vector_load_vbyte_wrapper()

template<uint8_t fixedIntWidth = 0>
sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth >::int_vector_load_vbyte_wrapper ( int_vector_type vec)
inline

Definition at line 86 of file int_vector_io_wrappers.hpp.

Member Function Documentation

◆ load()

template<uint8_t fixedIntWidth = 0>
void sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth >::load ( std::istream &  in)
inline

Definition at line 90 of file int_vector_io_wrappers.hpp.


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