OwnedSortedList_t< T, K > Class Template Reference
Template sorted 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 K>
class OwnedSortedList_t< T, K >
Definition at line 720 of file UTLists.h.
Constructor & Destructor Documentation
template<class T , class K >
Constructor for an empty list.
Definition at line 3634 of file UTLists.h.
template<class T , class K >
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 3640 of file UTLists.h.
template<class T , class K >
Destructor. All items in the list will be deleted.
Definition at line 3646 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