SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Public Types | Public Member Functions
sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth, size_type_class > Class Template Reference

List of all members.

Public Types

typedef int_vector
< fixedIntWidth,
size_type_class > 
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)

template<uint8_t fixedIntWidth = 0, class size_type_class = int_vector<0>::size_type>
class sdsl::int_vector_load_vbyte_wrapper< fixedIntWidth, size_type_class >


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