|
Deluge Firmware
|
#include <BidirectionalLinkedList.h>


Public Member Functions | |
| BidirectionalLinkedListNode () | |
| virtual | ~BidirectionalLinkedListNode () |
| void | remove () |
| void | insertOtherNodeBefore (BidirectionalLinkedListNode *otherNode) |
| bool | isLast () |
Public Attributes | |
| BidirectionalLinkedListNode * | next |
| BidirectionalLinkedListNode ** | prevPointer |
| BidirectionalLinkedList * | list |
| BidirectionalLinkedListNode::BidirectionalLinkedListNode | ( | ) |
|
virtual |
| void BidirectionalLinkedListNode::insertOtherNodeBefore | ( | BidirectionalLinkedListNode * | otherNode | ) |
| bool BidirectionalLinkedListNode::isLast | ( | ) |
| void BidirectionalLinkedListNode::remove | ( | ) |
| BidirectionalLinkedList* BidirectionalLinkedListNode::list |
| BidirectionalLinkedListNode* BidirectionalLinkedListNode::next |
| BidirectionalLinkedListNode** BidirectionalLinkedListNode::prevPointer |