SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
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 <iosfwd>
#include <stdint.h>
#include <string>
#include <utility>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/structure_tree.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

Definition in file nn_dict_dynamic.hpp.