CBMC
|
#include <api_options.h>
Public Member Functions | |
api_optionst & | simplify (bool on) |
api_optionst & | drop_unused_functions (bool on) |
api_optionst & | validate_goto_model (bool on) |
std::unique_ptr< optionst > | to_engine_options () const |
Static Public Member Functions | |
static api_optionst | create () |
Private Member Functions | |
api_optionst ()=default | |
Private Attributes | |
bool | simplify_enabled |
bool | drop_unused_functions_enabled |
bool | validate_goto_model_enabled |
Definition at line 10 of file api_options.h.
|
privatedefault |
|
static |
Definition at line 11 of file api_options.cpp.
api_optionst & api_optionst::drop_unused_functions | ( | bool | on | ) |
Definition at line 35 of file api_options.cpp.
api_optionst & api_optionst::simplify | ( | bool | on | ) |
Definition at line 29 of file api_options.cpp.
std::unique_ptr< optionst > api_optionst::to_engine_options | ( | ) | const |
Definition at line 47 of file api_options.cpp.
api_optionst & api_optionst::validate_goto_model | ( | bool | on | ) |
Definition at line 41 of file api_options.cpp.
|
private |
Definition at line 16 of file api_options.h.
|
private |
Definition at line 13 of file api_options.h.
|
private |
Definition at line 19 of file api_options.h.