SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
nn_dict_dynamic.hpp contains a class for a dynamic bit vector which also supports the prev and next operations More...
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 | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
namespace | sdsl::util |
A namespace for helper functions. | |
Functions | |
void | sdsl::util::set_zero_bits (nn_dict_dynamic &nn) |
nn_dict_dynamic.hpp contains a class for a dynamic bit vector which also supports the prev and next operations