CBMC
Loading...
Searching...
No Matches
config_restore.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: RAII guard for the global configuration object
4
5Author: Michael Tautschnig
6
7\*******************************************************************/
8
9#ifndef CPROVER_TESTING_UTILS_CONFIG_RESTORE_H
10#define CPROVER_TESTING_UTILS_CONFIG_RESTORE_H
11
12#include <util/config.h>
13
25
26#endif // CPROVER_TESTING_UTILS_CONFIG_RESTORE_H
configt config
Definition config.cpp:25
Globally accessible architectural configuration.
Definition config.h:144
Restores the global configuration object on destruction, so that the original configuration is re-est...