SDSL 3.0.2
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::int_vector_trait< 32 > Struct Reference

#include <int_vector.hpp>

Public Types

typedef uint32_t value_type
 
typedef int_vector< 32 > int_vector_type
 
typedef uint32_t & reference
 
typedef uint32_t const_reference
 
typedef uint8_t int_width_type
 
typedef uint32_t * iterator
 
typedef uint32_t const * const_iterator
 

Static Public Member Functions

static iterator begin (int_vector_type *v) noexcept
 
static iterator end (int_vector_type *v) noexcept
 
static const_iterator begin (int_vector_type const *v) noexcept
 
static const_iterator end (int_vector_type const *v) noexcept
 
static void set_width (uint8_t, int_width_type) noexcept
 

Detailed Description

Definition at line 139 of file int_vector.hpp.

Member Typedef Documentation

◆ const_iterator

typedef uint32_t const* sdsl::int_vector_trait< 32 >::const_iterator

Definition at line 147 of file int_vector.hpp.

◆ const_reference

typedef uint32_t sdsl::int_vector_trait< 32 >::const_reference

Definition at line 144 of file int_vector.hpp.

◆ int_vector_type

typedef int_vector<32> sdsl::int_vector_trait< 32 >::int_vector_type

Definition at line 142 of file int_vector.hpp.

◆ int_width_type

typedef uint8_t sdsl::int_vector_trait< 32 >::int_width_type

Definition at line 145 of file int_vector.hpp.

◆ iterator

typedef uint32_t* sdsl::int_vector_trait< 32 >::iterator

Definition at line 146 of file int_vector.hpp.

◆ reference

typedef uint32_t& sdsl::int_vector_trait< 32 >::reference

Definition at line 143 of file int_vector.hpp.

◆ value_type

typedef uint32_t sdsl::int_vector_trait< 32 >::value_type

Definition at line 141 of file int_vector.hpp.

Member Function Documentation

◆ begin() [1/2]

static iterator sdsl::int_vector_trait< 32 >::begin ( int_vector_type v)
staticnoexcept

◆ begin() [2/2]

static const_iterator sdsl::int_vector_trait< 32 >::begin ( int_vector_type const *  v)
staticnoexcept

◆ end() [1/2]

static iterator sdsl::int_vector_trait< 32 >::end ( int_vector_type v)
staticnoexcept

◆ end() [2/2]

static const_iterator sdsl::int_vector_trait< 32 >::end ( int_vector_type const *  v)
staticnoexcept

◆ set_width()

static void sdsl::int_vector_trait< 32 >::set_width ( uint8_t  ,
int_width_type   
)
inlinestaticnoexcept

Definition at line 154 of file int_vector.hpp.


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