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 bitbuffer.hpp.
Go to the source code of this file.
Classes | |
class | BitBuffer |
class | BitBufferBase |
class | BitBufferLocal< TCapacity > |
class | BitBufferMA |
class | BitReader |
Reads bits from a BitBufferBase. More... | |
class | BitRWBase |
Non-instantiatable base class for types BitWriter and BitReader. More... | |
class | BitWriter |
Writes bits into a BitBufferBase. More... | |
class | BitBufferBase::Index |
Namespaces | |
namespace | alib |
namespace | alib::bitbuffer |
Typedefs | |
using | BitBuffer = bitbuffer::BitBuffer |
Type alias in namespace alib. | |
template<uinteger TCapacity> | |
using | BitBufferLocal = bitbuffer::BitBufferLocal<TCapacity> |
Type alias in namespace alib. | |
using | BitBufferMA = bitbuffer::BitBufferMA |
Type alias in namespace alib. | |
using | BitReader = bitbuffer::BitReader |
Type alias in namespace alib. | |
using | BitWriter = bitbuffer::BitWriter |
Type alias in namespace alib. | |
using | ShiftOpRHS = int |
Type alias in namespace alib. | |