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_select_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_select_support (const bit_vector_type *v=NULL)
void init (const bit_vector_type *v=NULL)
size_type select (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)
gap_select_supportoperator= (const gap_select_support &rs)
void swap (gap_select_support &rs)
bool operator== (const gap_select_support &ss) const
bool operator!= (const gap_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

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


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