Inheritance diagram for XFcLinkedListNode< T >:
Public Member Functions | |
XFcLinkedListNode< T > * | getNext () |
Returns pointer to next node in list. | |
XFcLinkedListNode< T > * | getPrev () |
Returns pointer to previous node in list. | |
T | getData () const |
Returns the value of the node. | |
T | setData (const T aNewData) |
Sets the value of the node. | |
XFcLinkedListNode () | |
Creates an empty node. | |
XFcLinkedListNode (const T &aNewData) | |
Creates a node with value. | |
Protected Attributes | |
T | mData |
Value of the node. | |
XFcLinkedListNode< T > * | mNext |
Link to next node. | |
XFcLinkedListNode< T > * | mPrev |
Link to previous node. | |
Friends | |
class | XFcLinkedList< T > |
|
Creates an empty node.
|
|
Creates a node with value.
|
|
Returns the value of the node.
|
|
Returns pointer to next node in list.
|
|
Returns pointer to previous node in list.
|
|
Sets the value of the node.
|
|
|
|
Value of the node.
|
|
Link to next node.
|
|
Link to previous node.
|
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |