This header file is part of module ALib BitBuffer of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file acalgos.inl.
#include "alib/bitbuffer/ac_v1/huffman.hpp"
Go to the source code of this file.
Namespaces | |
namespace | alib |
namespace | alib::bitbuffer |
namespace | alib::bitbuffer::ac_v1 |
Functions | |
template<typename TI > | |
void | readHuffman (BitReader &br, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | readIncremental (BitReader &br, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | readMinMax (BitReader &br, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | readSparse (BitReader &br, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | readUncompressed (BitReader &br, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | readVerySparse (BitReader &br, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | writeHuffman (BitWriter &bw, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | writeIncremental (BitWriter &bw, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | writeMinMax (BitWriter &bw, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | writeSparse (BitWriter &bw, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | writeUncompressed (BitWriter &bw, ArrayCompressor::Array< TI > &data) |
template<typename TI > | |
void | writeVerySparse (BitWriter &bw, ArrayCompressor::Array< TI > &data) |