|
BitStream
|
#include <stream_traits.h>
Public Member Functions | |
| growing_policy (T &container) noexcept | |
| uint32_t * | get_buffer () const noexcept |
| uint32_t | get_num_bits_serialized () const noexcept |
| bool | can_serialize_bits (uint32_t num_bits) const noexcept |
| uint32_t | get_total_bits () const noexcept |
| bool | extend (uint32_t num_bits) |
Public Attributes | |
| T & | m_Buffer |
| uint32_t | m_NumBitsSerialized |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| T& bitstream::growing_policy< T >::m_Buffer |
| uint32_t bitstream::growing_policy< T >::m_NumBitsSerialized |