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::gap_rank_support< b > Class Template Reference

List of all members.

Public Types

typedef bit_vector::size_type size_type
typedef gap_vector< b > bit_vector_type

Public Member Functions

 gap_rank_support (const bit_vector_type *v=NULL)
void init (const bit_vector_type *v=NULL)
size_type rank (size_type i) const
const size_type operator() (size_type i) const
const size_type size () const
void set_vector (const bit_vector_type *v=NULL)
gap_rank_supportoperator= (const gap_rank_support &rs)
void swap (gap_rank_support &rs)
bool operator== (const gap_rank_support &ss) const
bool operator!= (const gap_rank_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

template<bool b>
class sdsl::gap_rank_support< b >


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