#####
BPack
#####

.. cpp:namespace:: BPack

.. default-domain:: cpp

Functions
=========

===== ===========================================================================
..    :cpp:func:`BPack <BPack::BPack>`                                           
..    :cpp:func:`~BPack <BPack::~BPack>`                                         
void  :cpp:func:`InitWrite <void BPack::InitWrite(int size, void *pointer)>`     
void  :cpp:func:`InitRead <void BPack::InitRead(int size, const void *pointer)>` 
void  :cpp:func:`Put <void BPack::Put(int numbits, int val)>`                    
int   :cpp:func:`Get <int BPack::Get(int numbits)>`                              
int   :cpp:func:`NumBytes <int BPack::NumBytes() const>`                         
void  :cpp:func:`SetCanReallocate <void BPack::SetCanReallocate(int val)>`       
int   :cpp:func:`GetStatus <int BPack::GetStatus() const>`                       
void  :cpp:func:`SwapBytes <void BPack::SwapBytes()>`                            
===== ===========================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: BPack
   :project: base_stream
   :members:
   :undoc-members:



