#include "InsightsHelpers.h"
Public Member Functions | |
BackupAndRestore (T &value, U &&newVal) | |
~BackupAndRestore () | |
Public Attributes | |
T & | mValue |
T | mBackup {} |
Definition at line 383 of file InsightsHelpers.h.
|
inline |
Definition at line 388 of file InsightsHelpers.h.
References clang::insights::BackupAndRestore< T, U >::mValue.
|
inline |
Definition at line 395 of file InsightsHelpers.h.
References clang::insights::BackupAndRestore< T, U >::mBackup, and clang::insights::BackupAndRestore< T, U >::mValue.
T clang::insights::BackupAndRestore< T, U >::mBackup {} |
Definition at line 386 of file InsightsHelpers.h.
Referenced by clang::insights::BackupAndRestore< T, U >::~BackupAndRestore().
T& clang::insights::BackupAndRestore< T, U >::mValue |
Definition at line 385 of file InsightsHelpers.h.
Referenced by clang::insights::BackupAndRestore< T, U >::BackupAndRestore(), and clang::insights::BackupAndRestore< T, U >::~BackupAndRestore().