![]() |
cello
JUCE ValueTrees for Humans
|
Data structure for holding synchronization update information. More...
#include <cello_sync.h>
Public Member Functions | |
SyncData (const void *data_, size_t size_) | |
bool | operator== (const SyncData &other) const |
bool | operator!= (const SyncData &other) const |
Public Attributes | |
const char * | data { nullptr } |
size_t | size { 0 } |
Data structure for holding synchronization update information.