Structure for generic block data. More...
#include <juce_BlocksProtocolDefinitions.h>
Public Member Functions | |
bool | isNotEmpty () const |
bool | operator!= (const BlockStringData &other) const |
bool | operator== (const BlockStringData &other) const |
Public Attributes | |
uint8 | data [MaxSize] = {} |
uint8 | length = 0 |
Static Public Attributes | |
static const size_t | maxLength { MaxSize } |
Structure for generic block data.
{Blocks}
|
inline |
|
inline |
|
inline |
uint8 juce::BlocksProtocol::BlockStringData< MaxSize >::data[MaxSize] = {} |
uint8 juce::BlocksProtocol::BlockStringData< MaxSize >::length = 0 |
|
static |