Class XCDFBlockData::BitBuffer#

Nested Relationships#

This class is a nested type of Class XCDFBlockData.

Class Documentation#

class BitBuffer#

Public Functions

inline BitBuffer()#
inline BitBuffer(const BitBuffer &buffer)#
inline const BitBuffer &operator=(const BitBuffer &buffer)#
inline ~BitBuffer()#
inline void Reserve(const unsigned capacity)#
inline void Reallocate(unsigned capacity)#
inline void Insert(const unsigned size, const char *data)#
inline void Clear()#
inline void Shrink()#

Public Members

unsigned capacity_#
unsigned index_#
unsigned indexBits_#
char *data_#