kcachegrind
AppendList< type > Class Template Reference
#include <utils.h>
Public Member Functions | |
AppendList () | |
~AppendList () | |
void | append (const type *) |
void | clear () |
unsigned | containsRef (const type *) const |
unsigned | count () const |
type * | current () |
type * | first () |
type * | next () |
void | setAutoDelete (bool) |
Detailed Description
template<class type>
class AppendList< type >
A list of pointers, only able to append items.
Optimized for speed, not space.
Constructor & Destructor Documentation
template<class type >
AppendList< type >::AppendList | ( | ) |
template<class type >
|
inline |
Member Function Documentation
template<class type >
void AppendList< type >::append | ( | const type * | ) |
template<class type >
void AppendList< type >::clear | ( | ) |
template<class type >
unsigned AppendList< type >::containsRef | ( | const type * | ) | const |
template<class type >
|
inline |
template<class type >
type* AppendList< type >::current | ( | ) |
template<class type >
type* AppendList< type >::first | ( | ) |
template<class type >
type* AppendList< type >::next | ( | ) |
template<class type >
void AppendList< type >::setAutoDelete | ( | bool | ) |
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 23:03:27 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 23:03:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.