SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::select_support_trait< 01, 2 > Struct Reference

#include <select_support.hpp>

Public Types

typedef select_support::size_type size_type

Static Public Member Functions

static size_type arg_cnt (bit_vector const &v)
static size_type args_in_the_first_word (uint64_t w, uint8_t offset, uint64_t carry)
static size_type ith_arg_pos_in_the_first_word (uint64_t w, size_type i, uint8_t offset, uint64_t carry)
static size_type args_in_the_word (uint64_t w, uint64_t &carry)
static size_type ith_arg_pos_in_the_word (uint64_t w, size_type i, uint64_t carry)
static bool found_arg (size_type i, bit_vector const &v)
static uint64_t init_carry (uint64_t const *data, size_type word_pos)
static uint64_t get_carry (uint64_t w)

Detailed Description

Definition at line 247 of file select_support.hpp.

Member Typedef Documentation

◆ size_type

Definition at line 249 of file select_support.hpp.

Member Function Documentation

◆ arg_cnt()

size_type sdsl::select_support_trait< 01, 2 >::arg_cnt ( bit_vector const & v)
inlinestatic

Definition at line 251 of file select_support.hpp.

◆ args_in_the_first_word()

size_type sdsl::select_support_trait< 01, 2 >::args_in_the_first_word ( uint64_t w,
uint8_t offset,
uint64_t carry )
inlinestatic

Definition at line 255 of file select_support.hpp.

◆ args_in_the_word()

size_type sdsl::select_support_trait< 01, 2 >::args_in_the_word ( uint64_t w,
uint64_t & carry )
inlinestatic

Definition at line 263 of file select_support.hpp.

◆ found_arg()

bool sdsl::select_support_trait< 01, 2 >::found_arg ( size_type i,
bit_vector const & v )
inlinestatic

Definition at line 271 of file select_support.hpp.

◆ get_carry()

uint64_t sdsl::select_support_trait< 01, 2 >::get_carry ( uint64_t w)
inlinestatic

Definition at line 281 of file select_support.hpp.

◆ init_carry()

uint64_t sdsl::select_support_trait< 01, 2 >::init_carry ( uint64_t const * data,
size_type word_pos )
inlinestatic

Definition at line 277 of file select_support.hpp.

◆ ith_arg_pos_in_the_first_word()

size_type sdsl::select_support_trait< 01, 2 >::ith_arg_pos_in_the_first_word ( uint64_t w,
size_type i,
uint8_t offset,
uint64_t carry )
inlinestatic

Definition at line 259 of file select_support.hpp.

◆ ith_arg_pos_in_the_word()

size_type sdsl::select_support_trait< 01, 2 >::ith_arg_pos_in_the_word ( uint64_t w,
size_type i,
uint64_t carry )
inlinestatic

Definition at line 267 of file select_support.hpp.


The documentation for this struct was generated from the following file:
  • /builddir/build/BUILD/sdsl-lite-3.0.3-build/sdsl-lite-3.0.3/include/sdsl/select_support.hpp