#include <LISTNODE.H>
Inherits GenericNode.
Public Member Functions | |
| List< T > * | Main_List (void) const |
| T | Next (void) const |
| T | Next_Valid (void) const |
| T | Prev (void) const |
| T | Prev_Valid (void) const |
| bool | Is_Valid (void) const |
Public Member Functions inherited from GenericNode | |
| GenericNode (void) | |
| virtual | ~GenericNode (void) |
| GenericNode (GenericNode &node) | |
| GenericNode & | operator= (GenericNode &node) |
| void | Unlink (void) |
| GenericList * | Main_List (void) const |
| void | Link (GenericNode *node) |
| GenericNode * | Next (void) const |
| GenericNode * | Next_Valid (void) const |
| GenericNode * | Prev (void) const |
| GenericNode * | Prev_Valid (void) const |
| bool | Is_Valid (void) const |
Additional Inherited Members | |
Protected Attributes inherited from GenericNode | |
| GenericNode * | NextNode |
| GenericNode * | PrevNode |
Definition at line 186 of file LISTNODE.H.
Definition at line 193 of file LISTNODE.H.
Definition at line 188 of file LISTNODE.H.
|
inline |
Definition at line 189 of file LISTNODE.H.
|
inline |
Definition at line 190 of file LISTNODE.H.
|
inline |
Definition at line 191 of file LISTNODE.H.
|
inline |
Definition at line 192 of file LISTNODE.H.