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
sdsl::rrr_select_support< b, 15, wt_type > Class Template Reference

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

#include <rrr_vector_15.hpp>

List of all members.

Public Types

typedef rrr_vector< 15, wt_type > bit_vector_type
typedef bit_vector_type::size_type size_type
typedef bit_vector_type::bi_type bi_type

Public Member Functions

 rrr_select_support (const bit_vector_type *v=NULL)
void init (const bit_vector_type *v=NULL)
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 (const bit_vector_type *v=NULL)
rrr_select_supportoperator= (const rrr_select_support &rs)
void swap (rrr_select_support &rs)
bool operator== (const rrr_select_support &rs) const
bool operator!= (const rrr_select_support &rs) const
void load (std::istream &in, const bit_vector_type *v=NULL)
size_type serialize (std::ostream &out, structure_tree_node *v=NULL, std::string name="") const

Detailed Description

template<uint8_t b, class wt_type>
class sdsl::rrr_select_support< b, 15, wt_type >

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


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