class LinkListNode
Bidirectional link list node.
| LinkListNode | Constructor. | |
|---|---|---|
| GetNext | Get the next node | |
| GetPrev | Gets the previous node. |
operator ==
|
Overloaded comparison operator. | |
|---|---|---|
operator !=
|
Overloaded negative comparison operator. |
CONFIDENTIAL