This header-file is part of module ALib BitBuffer of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file bitbuffer.inl.
Go to the source code of this file.
Classes | |
| class | alib::bitbuffer::BitBuffer |
| class | alib::bitbuffer::BitBufferBase |
| class | alib::bitbuffer::BitBufferLocal< TCapacity > |
| class | alib::bitbuffer::BitBufferMA |
| class | alib::bitbuffer::BitReader |
| Reads bits from a BitBufferBase. More... | |
| class | alib::bitbuffer::BitRWBase |
| Non-instantiatable base class for types BitWriter and BitReader. More... | |
| class | alib::bitbuffer::BitWriter |
| Writes bits into a BitBufferBase. More... | |
| class | alib::bitbuffer::BitBufferBase::Index |
Namespaces | |
| namespace | alib |
| namespace | alib::bitbuffer |
Typedefs | |
| using | alib::BitBuffer = bitbuffer::BitBuffer |
| Type alias in namespace alib. | |
| template<uinteger TCapacity> | |
| using | alib::BitBufferLocal = bitbuffer::BitBufferLocal<TCapacity> |
| Type alias in namespace alib. | |
| using | alib::BitBufferMA = bitbuffer::BitBufferMA |
| Type alias in namespace alib. | |
| using | alib::BitReader = bitbuffer::BitReader |
| Type alias in namespace alib. | |
| using | alib::BitWriter = bitbuffer::BitWriter |
| Type alias in namespace alib. | |
| using | alib::ShiftOpRHS = int |
| Type alias in namespace alib. | |