|
Deluge Firmware
|
#include <Stealable.h>


Public Member Functions | |
| 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 | |
| uint32_t | lastTraversalNo |
Public Attributes inherited from BidirectionalLinkedListNode | |
| BidirectionalLinkedListNode * | next |
| BidirectionalLinkedListNode ** | prevPointer |
| BidirectionalLinkedList * | list |
| Stealable::Stealable | ( | ) |
|
pure virtual |
Implemented in AudioFile, Cluster, and WaveTableBandData.
|
pure virtual |
Implemented in Cluster, AudioFile, and WaveTableBandData.
|
pure virtual |
Implemented in AudioFile, Cluster, and WaveTableBandData.
| uint32_t Stealable::lastTraversalNo |