#include <xylist.h>
Inheritance diagram for _list_elem< T >:


Public Methods | |
| _list_elem (T *d, _list_elem< T > *n) | |
Public Attributes | |
| _list_elem< T > * | next |
| T * | data |
|
||||||||||||||||
|
|
|
|||||
|
Definition at line 18 of file xylist.h. Referenced by XYListIterator< T >::Contains(), and XYListIterator< T >::operator[](). |
|
|||||
|
Definition at line 17 of file xylist.h. Referenced by XYListIterator< T >::Contains(), and XYListIterator< T >::operator[](). |