Collaboration diagram for List< T >::Data:

Public Attributes | |
| T * | data |
| A pointer to a list entry. | |
| Data * | next |
| A pointer to the next list node. | |
| Data * | prev |
| A pointer to the previous list node. | |
Definition at line 28 of file List.h.
|
|||||
|
A pointer to a list entry.
Definition at line 30 of file List.h. Referenced by List< T >::insert(), List< T >::operator[](), and List< T >::remove(). |
|
|||||
|
A pointer to the next list node.
Definition at line 31 of file List.h. Referenced by List< T >::insert(), List< T >::Pos::operator++(), and List< T >::remove(). |
|
|||||
|
A pointer to the previous list node.
Definition at line 32 of file List.h. Referenced by List< T >::insert(), List< T >::Pos::operator--(), and List< T >::remove(). |
1.3.6