libdcp
Public Member Functions | Private Attributes | List of all members
dcp::Bitstream Class Reference

Public Member Functions

void start_crc (uint16_t poly)
 
void write_bit (bool bit)
 
void write_from_byte (uint8_t byte, int bits=8)
 
void write_from_word (uint32_t word, int bits=32)
 
void write_crc ()
 
std::vector< bool > get () const
 

Private Attributes

std::vector< bool > _data
 
boost::optional< boost::crc_basic< 16 > > _crc
 

Detailed Description

Definition at line 49 of file bitstream.h.


The documentation for this class was generated from the following files: