ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
bitbuffer
ac_v1
ac.mod.cpp
1
//##################################################################################################
2
// ALib C++ Framework
3
//
4
// Copyright 2013-2026 A-Worx GmbH, Germany
5
// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6
//##################################################################################################
7
//========================================= Global Fragment ========================================
8
module
;
9
#include "
alib/bitbuffer/bitbuffer.prepro.hpp
"
10
#include "
alib/boxing/boxing.prepro.hpp
"
11
12
//============================================= Imports ============================================
13
module
ALib.BitBuffer
;
14
# if ALIB_FORMAT
15
import
ALib.Format
;
16
# endif
17
import
ALib.Containers.FixedCapacityVector
;
18
//========================================== Implementation ========================================
19
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
20
#include "ac.cpp"
21
#include "huffman.cpp"
22
ALIB_POP_ALLOWANCE
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
Definition
alib.prepro.hpp:555
ALIB_POP_ALLOWANCE
#define ALIB_POP_ALLOWANCE
Definition
alib.prepro.hpp:651
bitbuffer.prepro.hpp
boxing.prepro.hpp
ALib.BitBuffer
ALib.Containers.FixedCapacityVector
ALib.Format