#include <LISTNODE.H>
Inherited by DataNode< RefCountClass * >, DataNode< D >, DataNode< HashNodeClass< T, class HashDefaultUserClass > * >, DataNode< DoubleNode * >, Node< LayerClass * >, Node< INIEntry * >, Node< INISection * >, DataNode< T >, and Node< T >.
Public Member Functions | |
| 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 |
Protected Attributes | |
| GenericNode * | NextNode |
| GenericNode * | PrevNode |
Definition at line 61 of file LISTNODE.H.
|
inline |
Definition at line 63 of file LISTNODE.H.
|
inlinevirtual |
Definition at line 64 of file LISTNODE.H.
|
inline |
Definition at line 65 of file LISTNODE.H.
|
inline |
Definition at line 110 of file LISTNODE.H.
|
inline |
Definition at line 93 of file LISTNODE.H.
|
inline |
Definition at line 86 of file LISTNODE.H.
|
inline |
Definition at line 102 of file LISTNODE.H.
|
inline |
Definition at line 103 of file LISTNODE.H.
|
inline |
Definition at line 66 of file LISTNODE.H.
|
inline |
Definition at line 106 of file LISTNODE.H.
|
inline |
Definition at line 107 of file LISTNODE.H.
|
inline |
Definition at line 73 of file LISTNODE.H.
|
protected |
Definition at line 113 of file LISTNODE.H.
|
protected |
Definition at line 114 of file LISTNODE.H.