Template linked list class which, when deleted, deletes all the items in the list as well. More...
#include <UTLists.h>
Public Member Functions | |
~OwnedLinkedList_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.
OwnedLinkedList_t< T >::~OwnedLinkedList_t | ( | ) | [inline] |