| 
    BitStream
    
   | 
 
#include "../utility/assert.h"#include "../utility/crc.h"#include "../utility/endian.h"#include "../utility/meta.h"#include "byte_buffer.h"#include "serialize_traits.h"#include "stream_traits.h"#include <cstdint>#include <cstring>#include <memory>#include <type_traits>Go to the source code of this file.
Classes | |
| class | bitstream::bit_writer< Policy > | 
| A stream for writing objects tightly into a buffer.  More... | |
Namespaces | |
| namespace | bitstream | 
Typedefs | |
| using | bitstream::fixed_bit_writer = bit_writer< fixed_policy > | 
| template<typename T > | |
| using | bitstream::growing_bit_writer = bit_writer< growing_policy< T > > |