SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::select_support_rrr< t_b, 15, t_rac, t_k > Class Template Reference

Select support for the specialized rrr_vector class of block size 15. More...

#include <rrr_vector_15.hpp>

Public Types

enum  { bit_pat = t_b }
enum  { bit_pat_len = (uint8_t)1 }
typedef rrr_vector< 15, t_rac, t_k > bit_vector_type
typedef bit_vector_type::size_type size_type
typedef bit_vector_type::bi_type bi_type
enum  
enum  
typedef bit_vector_type::rrr_helper_type rrr_helper_type
typedef rrr_helper_type::number_type number_type

Public Member Functions

 select_support_rrr (bit_vector_type const *v=nullptr)
size_type select (size_type i) const
 Answers select queries.
const size_type operator() (size_type i) const
const size_type size () const
void set_vector (bit_vector_type const *v=nullptr)
select_support_rrroperator= (select_support_rrr const &rs)
void load (std::istream &, bit_vector_type const *v=nullptr)
size_type serialize (std::ostream &, structure_tree_node *v=nullptr, std::string name="") const
template<typename archive_t>
void CEREAL_SAVE_FUNCTION_NAME (archive_t &) const
template<typename archive_t>
void CEREAL_LOAD_FUNCTION_NAME (archive_t &)
bool operator== (select_support_rrr const &other) const noexcept
bool operator!= (select_support_rrr const &other) const noexcept

Detailed Description

template<uint8_t t_b, class t_rac, uint16_t t_k>
class sdsl::select_support_rrr< t_b, 15, t_rac, t_k >

Select support for the specialized rrr_vector class of block size 15.

Definition at line 687 of file rrr_vector_15.hpp.

Member Typedef Documentation

◆ bi_type

template<uint8_t t_b, class t_rac, uint16_t t_k>
typedef bit_vector_type::bi_type sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::bi_type

Definition at line 694 of file rrr_vector_15.hpp.

◆ bit_vector_type

template<uint8_t t_b, class t_rac, uint16_t t_k>
typedef rrr_vector<15, t_rac, t_k> sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::bit_vector_type

Definition at line 692 of file rrr_vector_15.hpp.

◆ number_type

typedef rrr_helper_type::number_type sdsl::select_support_rrr< t_b, t_bs, t_rac, t_k >::number_type

Definition at line 626 of file rrr_vector.hpp.

◆ rrr_helper_type

typedef bit_vector_type::rrr_helper_type sdsl::select_support_rrr< t_b, t_bs, t_rac, t_k >::rrr_helper_type

Definition at line 625 of file rrr_vector.hpp.

◆ size_type

template<uint8_t t_b, class t_rac, uint16_t t_k>
typedef bit_vector_type::size_type sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::size_type

Definition at line 693 of file rrr_vector_15.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Definition at line 631 of file rrr_vector.hpp.

◆ anonymous enum

template<uint8_t t_b, class t_rac, uint16_t t_k>
anonymous enum
Enumerator
bit_pat_len 

Definition at line 699 of file rrr_vector_15.hpp.

◆ anonymous enum

template<uint8_t t_b, class t_rac, uint16_t t_k>
anonymous enum
Enumerator
bit_pat 

Definition at line 695 of file rrr_vector_15.hpp.

◆ anonymous enum

anonymous enum

Definition at line 627 of file rrr_vector.hpp.

Constructor & Destructor Documentation

◆ select_support_rrr()

template<uint8_t t_b, class t_rac, uint16_t t_k>
sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::select_support_rrr ( bit_vector_type const * v = nullptr)
inline

Definition at line 791 of file rrr_vector_15.hpp.

Member Function Documentation

◆ CEREAL_LOAD_FUNCTION_NAME()

template<uint8_t t_b, class t_rac, uint16_t t_k>
template<typename archive_t>
void sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::CEREAL_LOAD_FUNCTION_NAME ( archive_t & )
inline

Definition at line 843 of file rrr_vector_15.hpp.

◆ CEREAL_SAVE_FUNCTION_NAME()

template<uint8_t t_b, class t_rac, uint16_t t_k>
template<typename archive_t>
void sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::CEREAL_SAVE_FUNCTION_NAME ( archive_t & ) const
inline

Definition at line 839 of file rrr_vector_15.hpp.

◆ load()

template<uint8_t t_b, class t_rac, uint16_t t_k>
void sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::load ( std::istream & ,
bit_vector_type const * v = nullptr )
inline

Definition at line 826 of file rrr_vector_15.hpp.

◆ operator!=()

template<uint8_t t_b, class t_rac, uint16_t t_k>
bool sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::operator!= ( select_support_rrr< t_b, 15, t_rac, t_k > const & other) const
inlinenoexcept

Definition at line 851 of file rrr_vector_15.hpp.

◆ operator()()

template<uint8_t t_b, class t_rac, uint16_t t_k>
const size_type sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::operator() ( size_type i) const
inline

Definition at line 802 of file rrr_vector_15.hpp.

◆ operator=()

template<uint8_t t_b, class t_rac, uint16_t t_k>
select_support_rrr & sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::operator= ( select_support_rrr< t_b, 15, t_rac, t_k > const & rs)
inline

Definition at line 817 of file rrr_vector_15.hpp.

◆ operator==()

template<uint8_t t_b, class t_rac, uint16_t t_k>
bool sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::operator== ( select_support_rrr< t_b, 15, t_rac, t_k > const & other) const
inlinenoexcept

Definition at line 846 of file rrr_vector_15.hpp.

◆ select()

template<uint8_t t_b, class t_rac, uint16_t t_k>
size_type sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::select ( size_type i) const
inline

Answers select queries.

Definition at line 797 of file rrr_vector_15.hpp.

◆ serialize()

template<uint8_t t_b, class t_rac, uint16_t t_k>
size_type sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::serialize ( std::ostream & ,
structure_tree_node * v = nullptr,
std::string name = "" ) const
inline

Definition at line 831 of file rrr_vector_15.hpp.

◆ set_vector()

template<uint8_t t_b, class t_rac, uint16_t t_k>
void sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::set_vector ( bit_vector_type const * v = nullptr)
inline

Definition at line 812 of file rrr_vector_15.hpp.

◆ size()

template<uint8_t t_b, class t_rac, uint16_t t_k>
const size_type sdsl::select_support_rrr< t_b, 15, t_rac, t_k >::size ( ) const
inline

Definition at line 807 of file rrr_vector_15.hpp.


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