#include <Resource.h>
Public Member Functions | |
| ResetVariableOnDestroy (T &variable, const T &value) | |
| ~ResetVariableOnDestroy () | |
Definition at line 355 of file Resource.h.
| ResetVariableOnDestroy< T >::ResetVariableOnDestroy | ( | T & | variable, | |
| const T & | value | |||
| ) |
Construct the object.
| variable | The variable to reset to its initial value. | |
| value | The value to put in the variable until destruction. |
Definition at line 367 of file Resource.h.
| ResetVariableOnDestroy< T >::~ResetVariableOnDestroy | ( | ) |