khtml Library API Documentation

khtml::MassDeleter< T > Class Template Reference

Stores objects of a certain type, and calls delete on each of them when this data structure is destroyed. More...

#include <khtml_caret_p.h>

Inheritance diagram for khtml::MassDeleter< T >:

QValueVector< T * > List of all members.

Public Member Functions

 MassDeleter (size_t reserved=1)

Detailed Description

template<class T>
class khtml::MassDeleter< T >

Stores objects of a certain type, and calls delete on each of them when this data structure is destroyed.

As this structure merely consists of a vector of pointers, all objects allocated can be traversed as seen fit.

Author:
Leo Savernik
Since:
3.3

Definition at line 115 of file khtml_caret_p.h.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for khtml Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Sep 29 09:45:00 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003