ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
bitbuffer
arraycompressor.hpp
Go to the documentation of this file.
1
2
//==================================================================================================
3
/// \file
4
/// This header-file is part of module \alib_bitbuffer of the \aliblong.
5
///
6
/// Copyright 2013-2026 A-Worx GmbH, Germany.
7
/// Published under #"mainpage_license".
8
//==================================================================================================
9
ALIB_EXPORT
namespace
alib
{
10
11
/// Type alias in namespace #"%alib", referencing the sub-namespace within #"alib::bitbuffer;2"
12
/// which provides the current version of array compression.
13
/// \see Namespace #"alib::bitbuffer;2"::ac_v1 for more information.
14
using
ArrayCompressor
=
bitbuffer::ac_v1::ArrayCompressor
;
15
16
/// Type alias in namespace #"%alib", referencing the sub-namespace within #"alib::bitbuffer;2"
17
/// which provides the current version of array compression.
18
/// \see Namespace #"alib::bitbuffer;2"::ac_v1 for more information.
19
using
HuffmanEncoder
=
bitbuffer::ac_v1::HuffmanEncoder
;
20
21
/// Type alias in namespace #"%alib", referencing the sub-namespace within #"alib::bitbuffer;2"
22
/// which provides the current version of array compression.
23
/// \see Namespace #"alib::bitbuffer;2"::ac_v1 for more information.
24
using
HuffmanDecoder
=
bitbuffer::ac_v1::HuffmanDecoder
;
25
26
}
// namespace [alib]
ALIB_EXPORT
#define ALIB_EXPORT
Definition
alib.prepro.hpp:538
alib::bitbuffer::ac_v1::ArrayCompressor
Definition
ac.hpp:37
alib::bitbuffer::ac_v1::HuffmanDecoder
Definition
huffman.hpp:107
alib::bitbuffer::ac_v1::HuffmanEncoder
Definition
huffman.hpp:22
alib
Definition
alox.cpp:14
alib::HuffmanEncoder
bitbuffer::ac_v1::HuffmanEncoder HuffmanEncoder
Definition
arraycompressor.hpp:19
alib::ArrayCompressor
bitbuffer::ac_v1::ArrayCompressor ArrayCompressor
Definition
arraycompressor.hpp:14
alib::HuffmanDecoder
bitbuffer::ac_v1::HuffmanDecoder HuffmanDecoder
Definition
arraycompressor.hpp:24