JUCE
|
Structure for generic block data. More...
Public Member Functions | |
bool | isNotEmpty () const |
String | asString () 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.
bool BlocksProtocol::BlockStringData< MaxSize >::isNotEmpty | ( | ) | const |
String BlocksProtocol::BlockStringData< MaxSize >::asString | ( | ) | const |
bool BlocksProtocol::BlockStringData< MaxSize >::operator== | ( | const BlockStringData< MaxSize > & | other | ) | const |
bool BlocksProtocol::BlockStringData< MaxSize >::operator!= | ( | const BlockStringData< MaxSize > & | other | ) | const |
uint8 BlocksProtocol::BlockStringData< MaxSize >::data[MaxSize] = {} |
uint8 BlocksProtocol::BlockStringData< MaxSize >::length = 0 |
|
static |