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/rank_support.hpp File Reference

rank_support.hpp contains classes that support a sdsl::bit_vector with constant time rank information. More...

#include "int_vector.hpp"
#include "rank_support_v.hpp"
#include "rank_support_v5.hpp"
#include "rank_support_jmc.hpp"

Go to the source code of this file.

Classes

class  sdsl::rank_support
 The base class of classes supporting rank_queries for a sdsl::bit_vector in constant time. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

rank_support.hpp contains classes that support a sdsl::bit_vector with constant time rank information.

Author:
Simon Gog