![]() |
Deluge Firmware 1.3.0
Build date: 2025.04.16
|
Public Member Functions | |
ClipIteratorBase (ClipArray *array_, uint32_t index_, ClipArray *nextArray_, std::optional< ClipType > clipType_) | |
ClipIteratorBase & | operator++ () |
ClipIteratorBase | operator++ (int) |
void | deleteClip (InstrumentRemoval instrumentRemoval) |
Protected Attributes | |
ClipArray * | array |
ClipArray * | nextArray |
int32_t | index |
std::optional< ClipType > | clipType |
Private Member Functions | |
void | next () |
Friends | |
bool | operator== (const ClipIteratorBase &a, const ClipIteratorBase &b) |
bool | operator!= (const ClipIteratorBase &a, const ClipIteratorBase &b) |
void ClipIteratorBase::deleteClip | ( | InstrumentRemoval | instrumentRemoval | ) |
Deletes the clip pointed to by the iterator and advances it.