Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

_list_elem< T > Struct Template Reference

#include <xylist.h>

Inheritance diagram for _list_elem< T >:

Inheritance graph
[legend]
Collaboration diagram for _list_elem< T >:

Collaboration graph
[legend]
List of all members.

Public Methods

 _list_elem (T *d, _list_elem< T > *n)

Public Attributes

_list_elem< T > * next
T * data

template<class T>
struct _list_elem< T >


Constructor & Destructor Documentation

template<class T>
_list_elem< T >::_list_elem T *    d,
_list_elem< T > *    n
[inline]
 

Definition at line 21 of file xylist.h.


Member Data Documentation

template<class T>
T* _list_elem< T >::data
 

Definition at line 18 of file xylist.h.

Referenced by XYListIterator< T >::Contains(), and XYListIterator< T >::operator[]().

template<class T>
_list_elem<T>* _list_elem< T >::next
 

Definition at line 17 of file xylist.h.

Referenced by XYListIterator< T >::Contains(), and XYListIterator< T >::operator[]().


The documentation for this struct was generated from the following file:
XY
Tecgraf / PUC-Rio - Computer Graphics Technology Group