SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/rrr_vector.hpp File Reference

rrr_vector.hpp contains the sdsl::rrr_vector class, and classes which support rank and select for rrr_vector. More...

#include "int_vector.hpp"
#include "bitmagic.hpp"
#include "util.hpp"
#include "rrr_helper.hpp"
#include <vector>
#include <algorithm>
#include <iostream>
#include "rrr_vector_15.hpp"

Go to the source code of this file.

Classes

class  sdsl::rrr_vector< block_size, wt_type >
 A bit vector which compresses the input with the method from Raman, Raman, and Rao. More...
struct  sdsl::rrr_rank_support_trait< bit_pattern >
struct  sdsl::rrr_rank_support_trait< 0 >
class  sdsl::rrr_rank_support< b, block_size, wt_type >
 rank_support for the rrr_vector class More...
class  sdsl::rrr_select_support< b, block_size, wt_type >
 Select support for the rrr_vector class. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

rrr_vector.hpp contains the sdsl::rrr_vector class, and classes which support rank and select for rrr_vector.

rrr_vector.hpp contains a specialisation of the sdsl::rrr_vector class, with block_size=15 and lookup table access.

Author:
Simon Gog, Matthias Petri
Simon Gog