libkcal Library API Documentation

KCal::ListBase< T > Class Template Reference

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

#include <listbase.h>

Inheritance diagram for KCal::ListBase< T >:

QValueList< T * > List of all members.

Public Methods

 ListBase ()
 ListBase (const ListBase &l)
 ~ListBase ()
ListBase & operator= (const ListBase &l)
void setAutoDelete (bool autoDelete)
bool removeRef (T *t)

Detailed Description

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

This class provides a template for lists of pointers.

It extends QValueList<T > by auto delete funtionality known from QPtrList.

Definition at line 33 of file listbase.h.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for libkcal Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:36:24 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003