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>

Inheritance diagram for OwnedSortedList_t< T, K >:
SortedList_t< T, K >

List of all members.

Public Member Functions

 OwnedSortedList_t ()
 OwnedSortedList_t (T **stack_buffer, int stack_buffer_num_items_allcoated)
 ~OwnedSortedList_t ()

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 >
OwnedSortedList_t< T, K >::OwnedSortedList_t (  )  [inline]

Constructor for an empty list.

Definition at line 3634 of file UTLists.h.

template<class T , class K >
OwnedSortedList_t< T, K >::OwnedSortedList_t ( T **  stack_buffer,
int  stack_buffer_num_items_allcoated 
) [inline]

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 >
OwnedSortedList_t< T, K >::~OwnedSortedList_t (  )  [inline]

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:

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