libkcal

KCal::ListBase< T > Class Template Reference

#include <listbase.h>

Inherits TQValueList< T * >.

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: