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::rank_support_interleaved< b, blockSize > Class Template Reference

List of all members.

Public Types

typedef bit_vector::size_type size_type
typedef bit_vector_interleaved
< blockSize > 
bit_vector_type

Public Member Functions

 rank_support_interleaved (const bit_vector_type *v=NULL)
void init (const bit_vector_type *v=NULL)
size_type rank (size_type i) const
 Returns the position of the i-th occurrence in the bit vector.
const size_type operator() (size_type i) const
const size_type size () const
void set_vector (const bit_vector_type *v=NULL)
rank_support_interleavedoperator= (const rank_support_interleaved &rs)
void swap (rank_support_interleaved &rs)
bool operator== (const rank_support_interleaved &ss) const
bool operator!= (const rank_support_interleaved &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<uint8_t b, uint32_t blockSize>
class sdsl::rank_support_interleaved< b, blockSize >


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