File: bit_vectors.hpp

package info (click to toggle)
libsdsl 2.1.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,020 kB
  • sloc: cpp: 42,286; makefile: 1,171; ansic: 318; sh: 201; python: 27
file content (14 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*! \file bit_vectors.hpp
    \brief bit_vectors.hpp contains classes for uncompressed and compressed bit vector representations.
	\author Simon Gog
*/
#ifndef INCLUDED_SDSL_BITVECTORS
#define INCLUDED_SDSL_BITVECTORS

#include "int_vector.hpp"
#include "bit_vector_il.hpp"
#include "rrr_vector.hpp"
#include "sd_vector.hpp"
#include "hyb_vector.hpp"

#endif