OwnedList_t< T > Class Template Reference
Template list class which, when deleted, deletes all the items in the list as well.
#include <UTLists.h>
List of all members.
Detailed Description
template<class T>
class OwnedList_t< T >
Definition at line 176 of file UTLists.h.
Constructor & Destructor Documentation
Constructor for an empty list.
Definition at line 1623 of file UTLists.h.
Constructor for a list which initially uses a stack-allocated buffer of the specified size. If the required size grows beyond that size, the buffer will be reallocated from the heap.
Definition at line 1629 of file UTLists.h.
Destructor. All items in the list will be deleted.
Definition at line 1635 of file UTLists.h.
The documentation for this class was generated from the following file:
- D:/develop/svn/utlib/utlib/trunk/UT/src_UT/UTLists.h