Inheritance diagram for params:Public Member Functions | |
| params (context &c) | |
| params (params const &s) | |
| ~params () override | |
| operator Z3_params () const | |
| params & | operator= (params const &s) |
| void | set (char const *k, bool b) |
| void | set (char const *k, unsigned n) |
| void | set (char const *k, double n) |
| void | set (char const *k, symbol const &s) |
| void | set (char const *k, char const *s) |
Public Member Functions inherited from object | |
| object (context &c) | |
| virtual | ~object ()=default |
| context & | ctx () const |
| Z3_error_code | check_error () const |
Friends | |
| std::ostream & | operator<< (std::ostream &out, params const &p) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
| context * | m_ctx |
Definition at line 528 of file z3++.h.
Referenced by ParamsRef::__deepcopy__(), ParamsRef::__del__(), ParamsRef::__repr__(), ParamsRef::set(), and ParamsRef::validate().
Definition at line 529 of file z3++.h.
Referenced by ParamsRef::__deepcopy__(), ParamsRef::__del__(), ParamsRef::__repr__(), ParamsRef::set(), and ParamsRef::validate().
|
inlineoverride |
|
inline |
Definition at line 539 of file z3++.h.
Referenced by solver::set().
|
inline |
|
inline |
|
inline |