tudocomp
– The TU Dortmund Compression Framework
View.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <algorithm>
4
#include <cmath>
5
#include <cstddef>
6
#include <fstream>
7
#include <iostream>
8
#include <memory>
9
#include <sstream>
10
#include <string>
11
#include <type_traits>
12
#include <utility>
13
#include <iomanip>
14
#include <cstring>
15
#include <glog/logging.h>
16
#include <
tudocomp/def.hpp
>
17
18
#include <
tudocomp/util/GenericConstView.hpp
>
19
#include <
tudocomp/util/GenericView.hpp
>
20
#include <
tudocomp/util/GenericConstU8View.hpp
>
21
22
namespace
tdc
{
23
24
using
ByteView
=
ConstGenericView<uint8_t>
;
25
using
View
=
ByteView
;
26
using
string_ref
=
View
;
27
28
}
tdc
Contains the text compression and encoding framework.
Definition:
namespaces.hpp:11
tdc::ByteView
ConstGenericView< uint8_t > ByteView
Definition:
View.hpp:24
GenericConstView.hpp
tdc::ConstGenericView
A const view into a slice of memory.
Definition:
GenericConstView.hpp:33
def.hpp
GenericView.hpp
tdc::View
ByteView View
Definition:
View.hpp:25
GenericConstU8View.hpp
include
tudocomp
util
View.hpp
Generated by
1.8.13