cvc4-1.4
options.h
Go to the documentation of this file.
1 /********************* */
14 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
15 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
16 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
17 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
18 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
19 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
20 
21 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
22 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
23 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
24 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
25 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
26 /* THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT ! */
27 
28 /* Edit the template file instead. */
29 
30 /********************* */
46 #include "cvc4_public.h"
47 
48 #ifndef __CVC4__OPTIONS__PRINTER_H
49 #define __CVC4__OPTIONS__PRINTER_H
50 
51 #include "options/options.h"
52 
53 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
54 #include "printer/modes.h"
55 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
56 #include "printer/modes.h"
57 
58 #line 26 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/base_options_template.h"
59 
60 #define CVC4_OPTIONS__PRINTER__FOR_OPTION_HOLDER \
61  modelFormatMode__option_t::type modelFormatMode; \
62  bool modelFormatMode__setByUser__; \
63  instFormatMode__option_t::type instFormatMode; \
64  bool instFormatMode__setByUser__;
65 
66 #line 30 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/base_options_template.h"
67 
68 namespace CVC4 {
69 
70 namespace options {
71 
72 
73 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
74 extern struct CVC4_PUBLIC modelFormatMode__option_t { typedef ModelFormatMode type; type operator()() const; bool wasSetByUser() const; void set(const type& v); } modelFormatMode CVC4_PUBLIC;
75 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
76 extern struct CVC4_PUBLIC instFormatMode__option_t { typedef InstFormatMode type; type operator()() const; bool wasSetByUser() const; void set(const type& v); } instFormatMode CVC4_PUBLIC;
77 
78 #line 38 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/base_options_template.h"
79 
80 }/* CVC4::options namespace */
81 
82 
83 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
85 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
87 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
89 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
90 template <> void Options::assign(options::modelFormatMode__option_t, std::string option, std::string value, SmtEngine* smt);
91 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
93 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
95 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
97 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
98 template <> void Options::assign(options::instFormatMode__option_t, std::string option, std::string value, SmtEngine* smt);
99 
100 #line 44 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/base_options_template.h"
101 
102 namespace options {
103 
104 
105 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
107 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
109 #line 8 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
111 
112 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
114 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
116 #line 11 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/../printer/options"
118 
119 #line 50 "/home/mdeters/cvc4/builds/x86_64-unknown-linux-gnu/production/../../../src/options/base_options_template.h"
120 
121 }/* CVC4::options namespace */
122 
123 }/* CVC4 namespace */
124 
125 #endif /* __CVC4__OPTIONS__PRINTER_H */
Definition: options.h:76
[[ Add one-line brief description here ]]
const T::type & operator[](T) const
Get the value of the given option.
bool wasSetByUser(T) const
Returns true iff the value of the given option was set by the user via a command-line option or SmtEn...
InstFormatMode
Enumeration of inst_format modes (how to print models from get-model command).
Definition: modes.h:36
#define CVC4_PUBLIC
Definition: cvc4_public.h:30
struct CVC4::options::instFormatMode__option_t instFormatMode
Global (command-line, set-option, ...) parameters for SMT.
static Options & current()
Get the current Options in effect.
Definition: options.h:64
Macros that should be defined everywhere during the building of the libraries and driver binary...
struct CVC4::options::modelFormatMode__option_t modelFormatMode
ModelFormatMode
Enumeration of model_format modes (how to print models from get-model command).
Definition: modes.h:28
void set(T, const typename T::type &)
Set the value of the given option.
Definition: options.h:78