LibreOffice Module comphelper (master) 1
|
#include <flagguard.hxx>
Public Member Functions | |
ValueRestorationGuard_Impl (T &i_valRef) | |
void | operator() () |
Public Attributes | |
T & | rVal |
T const | originalValue |
Definition at line 33 of file flagguard.hxx.
|
inline |
Definition at line 37 of file flagguard.hxx.
|
inline |
Definition at line 39 of file flagguard.hxx.
References comphelper::ValueRestorationGuard_Impl< T >::originalValue, and comphelper::ValueRestorationGuard_Impl< T >::rVal.
T const comphelper::ValueRestorationGuard_Impl< T >::originalValue |
Definition at line 36 of file flagguard.hxx.
Referenced by comphelper::ValueRestorationGuard_Impl< T >::operator()().
T& comphelper::ValueRestorationGuard_Impl< T >::rVal |
Definition at line 35 of file flagguard.hxx.
Referenced by comphelper::ValueRestorationGuard_Impl< T >::operator()().