SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::int_vector_serialize_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_serialize_vbyte_wrapper (int_vector_type const &vec)
 
size_type serialize (std::ostream &out, structure_tree_node *v=nullptr, std::string name="") const
 

Detailed Description

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

Definition at line 34 of file int_vector_io_wrappers.hpp.

Member Typedef Documentation

◆ int_vector_type

template<uint8_t fixedIntWidth = 0>
int_vector<fixedIntWidth> sdsl::int_vector_serialize_vbyte_wrapper< fixedIntWidth >::int_vector_type

Definition at line 37 of file int_vector_io_wrappers.hpp.

◆ size_type

template<uint8_t fixedIntWidth = 0>
int_vector_type::size_type sdsl::int_vector_serialize_vbyte_wrapper< fixedIntWidth >::size_type

Definition at line 38 of file int_vector_io_wrappers.hpp.

◆ value_type

template<uint8_t fixedIntWidth = 0>
int_vector_type::value_type sdsl::int_vector_serialize_vbyte_wrapper< fixedIntWidth >::value_type

Definition at line 39 of file int_vector_io_wrappers.hpp.

Constructor & Destructor Documentation

◆ int_vector_serialize_vbyte_wrapper()

template<uint8_t fixedIntWidth = 0>
sdsl::int_vector_serialize_vbyte_wrapper< fixedIntWidth >::int_vector_serialize_vbyte_wrapper ( int_vector_type const & vec)
inline

Definition at line 45 of file int_vector_io_wrappers.hpp.

Member Function Documentation

◆ serialize()

template<uint8_t fixedIntWidth = 0>
size_type sdsl::int_vector_serialize_vbyte_wrapper< fixedIntWidth >::serialize ( std::ostream & out,
structure_tree_node * v = nullptr,
std::string name = "" ) const
inline

Definition at line 48 of file int_vector_io_wrappers.hpp.


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