ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
bitbuffer.hpp File Reference

Description:


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.

#include "alib/lang/bits.hpp"
#include "alib/monomem/monoallocator.hpp"
#include "alib/monomem/stdcontainerma.hpp"
#include <vector>
#include <memory>
Include dependency graph for bitbuffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BitBuffer
 
class  BitBufferBase
 
class  BitBufferLocal< TCapacity >
 
class  BitBufferMA
 
class  BitReader
 
class  BitRWBase
 
class  BitWriter
 
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.