|
KiCad PCB EDA Suite
|
Public Member Functions | |
| SCOPED_SETTING_OVERRIDE (T &aRef, T aValue) | |
| ~SCOPED_SETTING_OVERRIDE () | |
Public Attributes | |
| T & | m_ref |
| T | m_original |
Definition at line 38 of file test_history_autosave_legacy.cpp.
|
inline |
Definition at line 40 of file test_history_autosave_legacy.cpp.
References m_original, m_ref, and T.
|
inline |
Definition at line 41 of file test_history_autosave_legacy.cpp.
References m_original, and m_ref.
| T SCOPED_SETTING_OVERRIDE< T >::m_original |
Definition at line 44 of file test_history_autosave_legacy.cpp.
Referenced by SCOPED_SETTING_OVERRIDE(), and ~SCOPED_SETTING_OVERRIDE().
| T& SCOPED_SETTING_OVERRIDE< T >::m_ref |
Definition at line 43 of file test_history_autosave_legacy.cpp.
Referenced by SCOPED_SETTING_OVERRIDE(), and ~SCOPED_SETTING_OVERRIDE().