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 33 of file List.h.
|
|||||
|
A pointer to a list entry.
Definition at line 35 of file List.h. Referenced by List< ImageViewBase * >::remove(). |
|
|||||
|
A pointer to the next list node.
Definition at line 36 of file List.h. Referenced by List< ImageViewBase * >::insert(), List< ImageViewBase * >::insertAfter(), List< T >::Pos::operator++(), and List< ImageViewBase * >::remove(). |
|
|||||
|
A pointer to the previous list node.
Definition at line 37 of file List.h. Referenced by List< ImageViewBase * >::insert(), List< ImageViewBase * >::insertAfter(), List< T >::Pos::operator--(), and List< ImageViewBase * >::remove(). |
1.3.6