JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::State Struct Reference

Describes the current building state. More...

#include <juce_BitPackingUtilities.h>

Collaboration diagram for juce::BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::State:

Public Attributes

int bitsInCurrentByte
 
int bytesWritten
 

Detailed Description

template<int allocatedBytes>
struct juce::BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::State

Describes the current building state.

Member Data Documentation

◆ bitsInCurrentByte

template<int allocatedBytes>
int juce::BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::State::bitsInCurrentByte

◆ bytesWritten

template<int allocatedBytes>
int juce::BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::State::bytesWritten

The documentation for this struct was generated from the following file: