SDSL 3.0.1
Succinct Data Structure Library
sdsl::int_vector< t_width > Member List

This is the complete list of members for sdsl::int_vector< t_width >, including all inherited members.

assign(size_type size, value_type default_value)sdsl::int_vector< t_width >inline
assign(std::initializer_list< value_type > il)sdsl::int_vector< t_width >inline
assign(input_iterator_t first, input_iterator_t last)sdsl::int_vector< t_width >inline
at(const size_type &i)sdsl::int_vector< t_width >inline
at(const size_type &i) constsdsl::int_vector< t_width >inline
back() noexceptsdsl::int_vector< t_width >inline
back() const noexceptsdsl::int_vector< t_width >inline
begin() noexceptsdsl::int_vector< t_width >inline
begin() const noexceptsdsl::int_vector< t_width >inline
bit_capacity() const noexceptsdsl::int_vector< t_width >inline
bit_resize(const size_type size)sdsl::int_vector< t_width >
bit_size() const noexceptsdsl::int_vector< t_width >inline
capacity() const noexceptsdsl::int_vector< t_width >inline
capacity() const noexceptsdsl::int_vector< t_width >inline
capacity() const noexceptsdsl::int_vector< t_width >inline
capacity() const noexceptsdsl::int_vector< t_width >inline
capacity() const noexceptsdsl::int_vector< t_width >inline
capacity() const noexceptsdsl::int_vector< t_width >inline
capacity() const noexceptsdsl::int_vector< t_width >inline
cbegin() const noexceptsdsl::int_vector< t_width >inline
cend() const noexceptsdsl::int_vector< t_width >inline
CEREAL_LOAD_FUNCTION_NAME(archive_t &ar)sdsl::int_vector< t_width >inline
CEREAL_LOAD_FUNCTION_NAME(archive_t &ar)sdsl::int_vector< t_width >inline
CEREAL_SAVE_FUNCTION_NAME(archive_t &ar) constsdsl::int_vector< t_width >inline
CEREAL_SAVE_FUNCTION_NAME(archive_t &ar) constsdsl::int_vector< t_width >inline
clear() noexceptsdsl::int_vector< t_width >inline
coder::commasdsl::int_vector< t_width >friend
coder::elias_deltasdsl::int_vector< t_width >friend
coder::elias_gammasdsl::int_vector< t_width >friend
coder::fibonaccisdsl::int_vector< t_width >friend
const_iterator typedefsdsl::int_vector< t_width >
const_pointer typedefsdsl::int_vector< t_width >
const_reference typedefsdsl::int_vector< t_width >
data() const noexceptsdsl::int_vector< t_width >inline
data() noexceptsdsl::int_vector< t_width >inline
difference_type typedefsdsl::int_vector< t_width >
emplace(const_iterator it, Args &&... args)sdsl::int_vector< t_width >inline
emplace_back(Args &&... args)sdsl::int_vector< t_width >inline
empty() const noexceptsdsl::int_vector< t_width >inline
end() noexceptsdsl::int_vector< t_width >inline
end() const noexceptsdsl::int_vector< t_width >inline
erase(const_iterator it)sdsl::int_vector< t_width >inline
erase(const_iterator first, const_iterator last)sdsl::int_vector< t_width >inline
fixed_int_widthsdsl::int_vector< t_width >static
flip()sdsl::int_vector< t_width >inline
front() noexceptsdsl::int_vector< t_width >inline
front() const noexceptsdsl::int_vector< t_width >inline
get_int(size_type idx, const uint8_t len=64) constsdsl::int_vector< t_width >
growth_factorsdsl::int_vector< t_width >
index_category typedefsdsl::int_vector< t_width >
insert(const_iterator it, value_type value)sdsl::int_vector< t_width >inline
insert(const_iterator it, size_type n, value_type value)sdsl::int_vector< t_width >inline
insert(const_iterator it, std::initializer_list< value_type > il)sdsl::int_vector< t_width >inline
insert(const_iterator it, input_iterator_t first, input_iterator_t last)sdsl::int_vector< t_width >inline
int_vector(size_type size, value_type default_value, uint8_t int_width=t_width)sdsl::int_vector< t_width >inline
int_vector(size_type size=0)sdsl::int_vector< t_width >inlineexplicit
int_vector(std::initializer_list< value_type > il)sdsl::int_vector< t_width >inline
int_vector(typename std::enable_if< std::is_base_of< std::input_iterator_tag, typename std::iterator_traits< input_iterator_t >::iterator_category >::value, input_iterator_t >::type first, input_iterator_t last)sdsl::int_vector< t_width >inline
int_vector(int_vector &&v)sdsl::int_vector< t_width >inline
int_vector(const int_vector &v)sdsl::int_vector< t_width >inline
int_vector_const_iterator< int_vector >sdsl::int_vector< t_width >friend
int_vector_iterator< int_vector >sdsl::int_vector< t_width >friend
int_vector_iterator_base< int_vector >sdsl::int_vector< t_width >friend
int_vector_mappersdsl::int_vector< t_width >friend
int_vector_trait< t_width >sdsl::int_vector< t_width >friend
int_width_type typedefsdsl::int_vector< t_width >
iterator typedefsdsl::int_vector< t_width >
load(std::istream &in)sdsl::int_vector< t_width >
max_size() noexceptsdsl::int_vector< t_width >inlinestatic
memory_managersdsl::int_vector< t_width >friend
operator!=(const int_vector< t_width2 > &v) const noexceptsdsl::int_vector< t_width >inline
operator&=(const int_vector &v)sdsl::int_vector< t_width >
operator<(const int_vector &v) const noexceptsdsl::int_vector< t_width >
operator<=(const int_vector &v) const noexceptsdsl::int_vector< t_width >
operator=(const int_vector &v)sdsl::int_vector< t_width >
operator=(int_vector &&v)sdsl::int_vector< t_width >
operator==(const int_vector< t_width > &v) const noexceptsdsl::int_vector< t_width >inline
operator==sdsl::int_vector< t_width >friend
operator>(const int_vector &v) const noexceptsdsl::int_vector< t_width >
operator>=(const int_vector &v) const noexceptsdsl::int_vector< t_width >
operator[](const size_type &i) noexceptsdsl::int_vector< t_width >inline
operator[](const size_type &i) const noexceptsdsl::int_vector< t_width >inline
operator[](const size_type &idx) noexcept -> referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) noexcept -> referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) noexcept -> referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) noexcept -> referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) const noexcept -> const_referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) const noexcept -> const_referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) const noexcept -> const_referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) const noexcept -> const_referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) const noexcept -> const_referencesdsl::int_vector< t_width >inline
operator[](const size_type &idx) const noexcept -> const_referencesdsl::int_vector< t_width >inline
operator^=(const int_vector &v)sdsl::int_vector< t_width >
operator|=(const int_vector &v)sdsl::int_vector< t_width >
pointer typedefsdsl::int_vector< t_width >
pop_back()sdsl::int_vector< t_width >inline
push_back(value_type value)sdsl::int_vector< t_width >inline
rank_0_type typedefsdsl::int_vector< t_width >
rank_1_type typedefsdsl::int_vector< t_width >
rawsdsl::int_vector< t_width >
read_header(int_vector_size_type &size, int_width_type &int_width, std::istream &in)sdsl::int_vector< t_width >inlinestatic
reference typedefsdsl::int_vector< t_width >
reserve(size_type capacity)sdsl::int_vector< t_width >inline
resize(const size_type size)sdsl::int_vector< t_width >inline
resize(const size_type size, const value_type value)sdsl::int_vector< t_width >inline
select_0_type typedefsdsl::int_vector< t_width >
select_1_type typedefsdsl::int_vector< t_width >
serialize(std::ostream &out, structure_tree_node *v=nullptr, std::string name="") constsdsl::int_vector< t_width >
set_int(size_type idx, value_type x, const uint8_t len=64)sdsl::int_vector< t_width >inline
shrink_to_fit()sdsl::int_vector< t_width >inline
size() const noexceptsdsl::int_vector< t_width >inline
size() const noexceptsdsl::int_vector< t_width >inline
size() const noexceptsdsl::int_vector< t_width >inline
size() const noexceptsdsl::int_vector< t_width >inline
size() const noexceptsdsl::int_vector< t_width >inline
size() const noexceptsdsl::int_vector< t_width >inline
size() const noexceptsdsl::int_vector< t_width >inline
size_type typedefsdsl::int_vector< t_width >
swap(int_vector &v) noexceptsdsl::int_vector< t_width >inline
value_type typedefsdsl::int_vector< t_width >
width() const noexceptsdsl::int_vector< t_width >inline
width(uint8_t new_width) noexceptsdsl::int_vector< t_width >inline
write_data(std::ostream &out) constsdsl::int_vector< t_width >
write_header(uint64_t size, uint8_t int_width, std::ostream &out)sdsl::int_vector< t_width >inlinestatic
~int_vector()sdsl::int_vector< t_width >