Konsole
Konsole::PopStackOnExit< T > Class Template Reference
#include <SessionManager.h>
Detailed Description
template<class T>
class Konsole::PopStackOnExit< T >
PopStackOnExit is a utility to remove all values from a stack 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 364 of file SessionManager.h.
Public Member Functions | |
PopStackOnExit (QStack< T > &stack) | |
~PopStackOnExit () |
Constructor & Destructor Documentation
template<class T>
Konsole::PopStackOnExit< T >::PopStackOnExit | ( | QStack< T > & | stack | ) | [inline] |
Definition at line 367 of file SessionManager.h.
template<class T>
Konsole::PopStackOnExit< T >::~PopStackOnExit | ( | ) | [inline] |
Definition at line 368 of file SessionManager.h.
The documentation for this class was generated from the following file: