Bit vector  0.9
Fast and space efficient dynamic bit vector library.
Public Member Functions | Public Attributes | List of all members
bv::r_elem< dtype, leaf_type > Struct Template Reference

Block storage used by the query support structure. More...

#include <query_support.hpp>

Public Member Functions

 r_elem (dtype size, dtype sum, dtype offset, leaf_type *l)
 

Public Attributes

dtype p_size
 
dtype p_sum
 
dtype select_index
 
dtype internal_offset
 
leaf_type * leaf
 

Detailed Description

template<class dtype, class leaf_type>
struct bv::r_elem< dtype, leaf_type >

Block storage used by the query support structure.


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