#include <list.h>
Public Attributes | |
| ListLinkedList< T_ > * | prev_ |
| Pointer to the previous item. | |
| ListLinkedList< T_ > * | next_ |
| Pointer to the previous item. | |
| T_ * | data_ |
| Pointer to the data. | |
Definition at line 37 of file list.h.
1.2.14 written by Dimitri van Heesch,
© 1997-2002