libkcal

KCal::ListBase< T > Class Template Reference

This class provides a template for lists of pointers. More...

#include <listbase.h>

Inherits TQValueList< T * >.

List of all members.


Public Member Functions

 ListBase (const ListBase &l)
ListBaseoperator= (const ListBase &l)
void setAutoDelete (bool autoDelete)
bool removeRef (T *t)
void clearAll ()

Detailed Description

template<class T>
class KCal::ListBase< T >

This class provides a template for lists of pointers.

It extends TQValueList<T *> by auto delete funtionality known from TQPtrList.

Definition at line 33 of file listbase.h.


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