#include <LISTNODE.H>
Inherits DataNode< D >.
Inherited by SafeContextDataNode< C, D >.
Public Member Functions | |
| ContextDataNode () | |
| ContextDataNode (C context, D data) | |
| void | Set_Context (C context) |
| C | Get_Context () |
Public Member Functions inherited from DataNode< D > | |
| DataNode () | |
| DataNode (D value) | |
| void | Set (D value) |
| D | Get () const |
| DataNode< D > * | Next (void) const |
| DataNode< D > * | Next_Valid (void) const |
| DataNode< D > * | Prev (void) const |
| DataNode< D > * | Prev_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 249 of file LISTNODE.H.
|
inline |
Definition at line 252 of file LISTNODE.H.
|
inline |
Definition at line 253 of file LISTNODE.H.
|
inline |
Definition at line 255 of file LISTNODE.H.
|
inline |
Definition at line 254 of file LISTNODE.H.