SDSL  3.0.0
Succinct Data Structure Library
nn_dict_dynamic.hpp File Reference

nn_dict_dynamic.hpp contains a class for a dynamic bit vector which also supports the prev and next operations More...

#include <sdsl/int_vector.hpp>
#include <sdsl/util.hpp>

Go to the source code of this file.

Classes

class  sdsl::nn_dict_dynamic
 A class for a dynamic bit vector which also supports the prev and next operations. More...
 
class  sdsl::nn_dict_dynamic::reference
 

Namespaces

 sdsl
 Namespace for the succinct data structure library.
 
 sdsl::util
 A namespace for helper functions.
 

Functions

void sdsl::util::set_zero_bits (nn_dict_dynamic &nn)
 

Detailed Description

nn_dict_dynamic.hpp contains a class for a dynamic bit vector which also supports the prev and next operations

Author
Timo Beller, Simon Gog

Definition in file nn_dict_dynamic.hpp.