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

#include <int_vector_io_wrappers.hpp>

Public Types

typedef int_vector 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_vlen_wrapper (const int_vector_type &vec)
 
size_type serialize (std::ostream &out, structure_tree_node *v=nullptr, std::string name="") const
 

Detailed Description

template<class coder_type = coder::elias_delta<>>
class sdsl::int_vector_serialize_vlen_wrapper< coder_type >

Definition at line 117 of file int_vector_io_wrappers.hpp.

Member Typedef Documentation

◆ int_vector_type

template<class coder_type = coder::elias_delta<>>
typedef int_vector sdsl::int_vector_serialize_vlen_wrapper< coder_type >::int_vector_type

Definition at line 120 of file int_vector_io_wrappers.hpp.

◆ size_type

template<class coder_type = coder::elias_delta<>>
typedef int_vector_type::size_type sdsl::int_vector_serialize_vlen_wrapper< coder_type >::size_type

Definition at line 121 of file int_vector_io_wrappers.hpp.

◆ value_type

template<class coder_type = coder::elias_delta<>>
typedef int_vector_type::value_type sdsl::int_vector_serialize_vlen_wrapper< coder_type >::value_type

Definition at line 122 of file int_vector_io_wrappers.hpp.

Constructor & Destructor Documentation

◆ int_vector_serialize_vlen_wrapper()

template<class coder_type = coder::elias_delta<>>
sdsl::int_vector_serialize_vlen_wrapper< coder_type >::int_vector_serialize_vlen_wrapper ( const int_vector_type vec)
inline

Definition at line 128 of file int_vector_io_wrappers.hpp.

Member Function Documentation

◆ serialize()

template<class coder_type = coder::elias_delta<>>
size_type sdsl::int_vector_serialize_vlen_wrapper< coder_type >::serialize ( std::ostream &  out,
structure_tree_node v = nullptr,
std::string  name = "" 
) const
inline

Definition at line 132 of file int_vector_io_wrappers.hpp.


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