#include <llist.h>
Public Member Functions | |
| LListNode () | |
| The default constructor. | |
Public Attributes | |
| LListNode * | m_next |
| The following node in the list. | |
| LListNode * | m_previous |
| The preceding node in the list. | |
| T | m_data |
| The data contained in this node. | |
1.5.8