libwreport
3.29
|
Temporarily override a variable while this object is in scope. More...
#include <options.h>
Public Member Functions | |
LocalOverride (T ¶m, T1 new_value) | |
Data Fields | |
T | old_value |
T & | param |
Temporarily override a variable while this object is in scope.
Note that if the variable is global, then the override is temporally limited to the scope, but it is seen by all the functions that reference the variable functions.
Example: