SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces | Functions
sdsl/include/sdsl/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

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)

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