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 | Protected Attributes
sdsl::int_vector_iterator_base< int_vector > Class Template Reference

Inherited by sdsl::int_vector_const_iterator< int_vector >, and sdsl::int_vector_iterator< int_vector >.

List of all members.

Public Types

typedef uint64_t size_type

Public Member Functions

 int_vector_iterator_base (uint8_t offset, uint8_t len)
 int_vector_iterator_base (const int_vector *v=NULL, size_type idx=0)

Protected Attributes

uint8_t m_offset
uint8_t m_len

template<class int_vector>
class sdsl::int_vector_iterator_base< int_vector >


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