Analitza
PushValue< Value > Class Template Reference
#include <pushvalue.h>
Public Member Functions | |
PushValue (Value &ptr, const Value &push=Value()) | |
~PushValue () | |
Detailed Description
template<class Value>
class PushValue< Value >
A simple helper-class that does the following: Backup the given reference-value given through.
- Parameters
-
ptr,replace it with the value given through push,restore the backed up value back on destruction.
Definition at line 29 of file pushvalue.h.
Constructor & Destructor Documentation
template<class Value >
|
inline |
Definition at line 31 of file pushvalue.h.
Definition at line 35 of file pushvalue.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 Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.