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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.