Template linked list element base class. More...
#include <UTLists.h>
Public Member Functions | |
| T * | Next () const | 
| T * | Prev () const | 
Protected Member Functions | |
| LinkedListNode_t () | |
Template linked list element base class. The template type T must inherit from LinkedListNode_t < class T >, allowing template type T to be added to a LinkedList_t < class T > or OwnedLinkedList_t < class T >.
Definition at line 265 of file UTLists.h.
| LinkedListNode_t< T >::LinkedListNode_t | ( | ) |  [inline, protected] | 
        
| T * LinkedListNode_t< T >::Next | ( | ) |  const [inline] | 
        
| T * LinkedListNode_t< T >::Prev | ( | ) |  const [inline] | 
        
 1.6.1