|
Deluge Firmware
|
#include <WaveTableBandData.h>


Public Member Functions | |
| WaveTableBandData (WaveTable *newWaveTable) | |
| bool | mayBeStolen (void *thingNotToStealFrom=NULL) |
| void | steal (char const *errorCode) |
| int | getAppropriateQueue () |
Public Member Functions inherited from Stealable | |
| Stealable () | |
| virtual bool | mayBeStolen (void *thingNotToStealFrom)=0 |
| virtual void | steal (char const *errorCode)=0 |
| virtual int | getAppropriateQueue ()=0 |
Public Member Functions inherited from BidirectionalLinkedListNode | |
| BidirectionalLinkedListNode () | |
| virtual | ~BidirectionalLinkedListNode () |
| void | remove () |
| void | insertOtherNodeBefore (BidirectionalLinkedListNode *otherNode) |
| bool | isLast () |
Public Attributes | |
| WaveTable * | waveTable |
Public Attributes inherited from Stealable | |
| uint32_t | lastTraversalNo |
Public Attributes inherited from BidirectionalLinkedListNode | |
| BidirectionalLinkedListNode * | next |
| BidirectionalLinkedListNode ** | prevPointer |
| BidirectionalLinkedList * | list |
| WaveTableBandData::WaveTableBandData | ( | WaveTable * | newWaveTable | ) |
|
virtual |
Implements Stealable.
|
virtual |
Implements Stealable.
|
virtual |
Implements Stealable.
| WaveTable* WaveTableBandData::waveTable |