Konsole
Konsole::PopStackOnExit< T > Class Template Reference
#include <ProfileManager.h>
Public Member Functions | |
PopStackOnExit (QStack< T > &stack) | |
~PopStackOnExit () | |
Detailed Description
template<class T>
class Konsole::PopStackOnExit< T >
PopStackOnExit is a utility to remove all values from a QStack which are added during the lifetime of a PopStackOnExit instance.
When a PopStackOnExit instance is destroyed, elements are removed from the stack until the stack count is reduced the value when the PopStackOnExit instance was created.
Definition at line 296 of file ProfileManager.h.
Constructor & Destructor Documentation
template<class T>
|
inlineexplicit |
Definition at line 299 of file ProfileManager.h.
template<class T>
|
inline |
Definition at line 300 of file ProfileManager.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.