KHTML
khtml::MassDeleter< T > Class Template Reference
#include <khtml_caret_p.h>
Inheritance diagram for khtml::MassDeleter< T >:

Public Member Functions | |
MassDeleter (size_t reserved=1) | |
~MassDeleter () | |
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.
Definition at line 102 of file khtml_caret_p.h.
Constructor & Destructor Documentation
template<class T>
|
inline |
Definition at line 104 of file khtml_caret_p.h.
template<class T>
|
inline |
Definition at line 105 of file khtml_caret_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Mar 31 2016 09:53:26 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Mar 31 2016 09:53:26 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.