SDSL  3.0.0
Succinct Data Structure Library
sdsl::int_vector_buffer< t_width >::iterator Class Reference

#include <int_vector_buffer.hpp>

Inheritance diagram for sdsl::int_vector_buffer< t_width >::iterator:

Public Member Functions

 iterator ()=delete
 
 iterator (int_vector_buffer< t_width > &ivb, uint64_t idx=0)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
reference operator* () const
 
iteratoroperator+= (difference_type i)
 
iteratoroperator-= (difference_type i)
 
iterator operator+ (difference_type i) const
 
iterator operator- (difference_type i) const
 
bool operator== (const iterator &it) const
 
bool operator!= (const iterator &it) const
 
difference_type operator- (const iterator &it)
 

Detailed Description

template<uint8_t t_width = 0>
class sdsl::int_vector_buffer< t_width >::iterator

Definition at line 428 of file int_vector_buffer.hpp.

Constructor & Destructor Documentation

◆ iterator() [1/2]

template<uint8_t t_width = 0>
sdsl::int_vector_buffer< t_width >::iterator::iterator ( )
delete

◆ iterator() [2/2]

template<uint8_t t_width = 0>
sdsl::int_vector_buffer< t_width >::iterator::iterator ( int_vector_buffer< t_width > &  ivb,
uint64_t  idx = 0 
)
inline

Definition at line 437 of file int_vector_buffer.hpp.

Member Function Documentation

◆ operator!=()

template<uint8_t t_width = 0>
bool sdsl::int_vector_buffer< t_width >::iterator::operator!= ( const iterator it) const
inline

Definition at line 498 of file int_vector_buffer.hpp.

◆ operator*()

template<uint8_t t_width = 0>
reference sdsl::int_vector_buffer< t_width >::iterator::operator* ( ) const
inline

Definition at line 468 of file int_vector_buffer.hpp.

◆ operator+()

template<uint8_t t_width = 0>
iterator sdsl::int_vector_buffer< t_width >::iterator::operator+ ( difference_type  i) const
inline

Definition at line 484 of file int_vector_buffer.hpp.

◆ operator++() [1/2]

template<uint8_t t_width = 0>
iterator& sdsl::int_vector_buffer< t_width >::iterator::operator++ ( )
inline

Definition at line 442 of file int_vector_buffer.hpp.

◆ operator++() [2/2]

template<uint8_t t_width = 0>
iterator sdsl::int_vector_buffer< t_width >::iterator::operator++ ( int  )
inline

Definition at line 448 of file int_vector_buffer.hpp.

◆ operator+=()

template<uint8_t t_width = 0>
iterator& sdsl::int_vector_buffer< t_width >::iterator::operator+= ( difference_type  i)
inline

Definition at line 470 of file int_vector_buffer.hpp.

◆ operator-() [1/2]

template<uint8_t t_width = 0>
difference_type sdsl::int_vector_buffer< t_width >::iterator::operator- ( const iterator it)
inline

Definition at line 499 of file int_vector_buffer.hpp.

◆ operator-() [2/2]

template<uint8_t t_width = 0>
iterator sdsl::int_vector_buffer< t_width >::iterator::operator- ( difference_type  i) const
inline

Definition at line 490 of file int_vector_buffer.hpp.

◆ operator--() [1/2]

template<uint8_t t_width = 0>
iterator& sdsl::int_vector_buffer< t_width >::iterator::operator-- ( )
inline

Definition at line 455 of file int_vector_buffer.hpp.

◆ operator--() [2/2]

template<uint8_t t_width = 0>
iterator sdsl::int_vector_buffer< t_width >::iterator::operator-- ( int  )
inline

Definition at line 461 of file int_vector_buffer.hpp.

◆ operator-=()

template<uint8_t t_width = 0>
iterator& sdsl::int_vector_buffer< t_width >::iterator::operator-= ( difference_type  i)
inline

Definition at line 477 of file int_vector_buffer.hpp.

◆ operator==()

template<uint8_t t_width = 0>
bool sdsl::int_vector_buffer< t_width >::iterator::operator== ( const iterator it) const
inline

Definition at line 496 of file int_vector_buffer.hpp.


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