mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
env params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9bd4fd969a
commit
02e763bb6b
15 changed files with 133 additions and 80 deletions
32
src/util/env_params.h
Normal file
32
src/util/env_params.h
Normal file
|
@ -0,0 +1,32 @@
|
|||
/*++
|
||||
Copyright (c) 2011 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
env_params.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Goodies for updating environment parameters.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo (leonardo) 2012-12-01
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _ENV_PARAMS_H_
|
||||
#define _ENV_PARAMS_H_
|
||||
|
||||
class param_descrs;
|
||||
|
||||
struct env_params {
|
||||
static void updt_params();
|
||||
static void collect_param_descrs(param_descrs & p);
|
||||
/*
|
||||
REG_PARAMS('env_params::collect_param_descrs')
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue