Searched refs:mOldValue (Results 1 – 1 of 1) sorted by relevance
104 ScopedProperty(T& property, T newValue) : mPropertyPtr(&property), mOldValue(property) { in ScopedProperty()107 ~ScopedProperty() { *mPropertyPtr = mOldValue; } in ~ScopedProperty()111 T mOldValue; variable