A ABA_DLISTITEM stores a copy of the inserted element and has pointers to its predecessor and its successor.
#include <dlistitem.h>
Inheritance diagram for ABA_DLISTITEM< Type >::
|
A ABA_DLISTITEM stores a copy of the inserted element and has pointers to its predecessor and its successor.
Definition at line 54 of file dlistitem.h.
The constructor.
The element stored in the item.
A pointer to the successor of the item in the list.
A pointer to the predecessor of the item in the list.
Definition at line 55 of file dlistitem.h.
The output operator.
A reference to the output stream.
Definition at line 102 of file dlistitem.h.
Definition at line 103 of file dlistitem.h.
Definition at line 104 of file dlistitem.h.
The documentation for this class was generated from the following file: