OwnedLinkedList_t< T > Class Template Reference

Template linked list class which, when deleted, deletes all the items in the list as well. More...

#include <UTLists.h>

Inheritance diagram for OwnedLinkedList_t< T >:
LinkedList_t< T >

List of all members.

Public Member Functions

 ~OwnedLinkedList_t ()

Detailed Description

template<class T>
class OwnedLinkedList_t< T >

Template linked list class which, when deleted, deletes all the items in the list as well. The template type T must inherit from LinkedListNode_t < class T >.

Definition at line 303 of file UTLists.h.


Constructor & Destructor Documentation

template<class T >
OwnedLinkedList_t< T >::~OwnedLinkedList_t (  )  [inline]

Destructor. All items in the list will be deleted.

Definition at line 1970 of file UTLists.h.


The documentation for this class was generated from the following file:

Generated on Tue Dec 14 22:35:07 2010 for UT library by  doxygen 1.6.1