JUCE
|
This helper class allocates a block of 7-bit bytes and can push sequences of bits into it. More...
#include <juce_BitPackingUtilities.h>
Classes | |
struct | State |
Describes the current building state. More... | |
Public Member Functions | |
const void * | getData () const noexcept |
int | size () const noexcept |
bool | hasCapacity (int bitsNeeded) const noexcept |
void | writeHeaderSysexBytes (uint8 deviceIndex) noexcept |
void | writePacketSysexFooter () noexcept |
template<int numBits> | |
Packed7BitArrayBuilder & | operator<< (IntegerWithBitSize< numBits > value) noexcept |
void | writeBits (uint32 value, int numBits) noexcept |
State | getState () const noexcept |
void | restore (State state) noexcept |
This helper class allocates a block of 7-bit bytes and can push sequences of bits into it.
|
noexcept |
|
noexcept |
|
noexcept |
Referenced by writeBits(), and writePacketSysexFooter().
|
noexcept |
References jassert.
|
noexcept |
References hasCapacity(), and jassert.
|
noexcept |
References writeBits().
|
noexcept |
References hasCapacity(), jassert, and jmin().
Referenced by operator<<().
|
noexcept |
|
noexcept |