SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::int_vector< uint8_t >::raw_wrapper Struct Reference

#include <int_vector.hpp>

Public Member Functions

 raw_wrapper ()=delete
 
 raw_wrapper (int_vector const &_vec)
 
size_type serialize (std::ostream &out, structure_tree_node *v=nullptr, std::string name="") const
 

Public Attributes

int_vector const & vec
 

Detailed Description

template<uint8_t = 0u>
struct sdsl::int_vector< uint8_t >::raw_wrapper

Definition at line 918 of file int_vector.hpp.

Constructor & Destructor Documentation

◆ raw_wrapper() [1/2]

template<uint8_t = 0u>
sdsl::int_vector< uint8_t >::raw_wrapper::raw_wrapper ( )
delete

◆ raw_wrapper() [2/2]

template<uint8_t = 0u>
sdsl::int_vector< uint8_t >::raw_wrapper::raw_wrapper ( int_vector const & _vec)
inline

Definition at line 922 of file int_vector.hpp.

Member Function Documentation

◆ serialize()

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

Definition at line 925 of file int_vector.hpp.

Member Data Documentation

◆ vec

template<uint8_t = 0u>
int_vector const& sdsl::int_vector< uint8_t >::raw_wrapper::vec

Definition at line 920 of file int_vector.hpp.


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