ALib C++ Library
by
Library Version:
2510 R0
Documentation generated by
Loading...
Searching...
No Matches
home
dev
A-Worx
ALib
src
alib
bitbuffer
arraycompressor.inl
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
/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
7
/// Published under \ref mainpage_license "Boost Software License".
8
//==================================================================================================
9
ALIB_EXPORT
namespace
alib
{
10
11
/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
12
/// which provides the current version of array compression.
13
/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
14
using
ArrayCompressor
=
bitbuffer::ac_v1::ArrayCompressor
;
15
16
/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
17
/// which provides the current version of array compression.
18
/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
19
using
HuffmanEncoder
=
bitbuffer::ac_v1::HuffmanEncoder
;
20
21
/// Type alias in namespace \b alib, referencing the sub-namespace within #alib::bitbuffer
22
/// which provides the current version of array compression.
23
/// \see Namespace #alib::bitbuffer::ac_v1 for more information.
24
using
HuffmanDecoder
=
bitbuffer::ac_v1::HuffmanDecoder
;
25
26
}
// namespace [alib]
27
28
alib::bitbuffer::ac_v1::ArrayCompressor
Definition
ac.inl:38
alib::bitbuffer::ac_v1::HuffmanDecoder
Definition
huffman.inl:116
alib::bitbuffer::ac_v1::HuffmanEncoder
Definition
huffman.inl:23
ALIB_EXPORT
#define ALIB_EXPORT
Definition
alib.inl:488
alib
Definition
ALib.Boxing.StdFunctors.H:18
alib::HuffmanDecoder
bitbuffer::ac_v1::HuffmanDecoder HuffmanDecoder
Definition
arraycompressor.inl:24
alib::HuffmanEncoder
bitbuffer::ac_v1::HuffmanEncoder HuffmanEncoder
Definition
arraycompressor.inl:19
alib::ArrayCompressor
bitbuffer::ac_v1::ArrayCompressor ArrayCompressor
Definition
arraycompressor.inl:14