Inheritance diagram for param_descrs:Public Member Functions | |
| param_descrs (context &c, Z3_param_descrs d) | |
| param_descrs (param_descrs const &o) | |
| param_descrs & | operator= (param_descrs const &o) |
| ~param_descrs () | |
| unsigned | size () |
| symbol | name (unsigned i) |
| Z3_param_kind | kind (symbol const &s) |
| std::string | documentation (symbol const &s) |
| std::string | to_string () const |
Public Member Functions inherited from object | |
| object (context &c) | |
| object (object const &s) | |
| context & | ctx () const |
| Z3_error_code | check_error () const |
Static Public Member Functions | |
| static param_descrs | simplify_param_descrs (context &c) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
| context * | m_ctx |
|
inline |
Definition at line 449 of file z3++.h.
Referenced by param_descrs::simplify_param_descrs().
|
inline |
|
inline |
|
inline |
Definition at line 464 of file z3++.h.
|
inline |
Definition at line 463 of file z3++.h.
Referenced by ArithSortRef::is_int(), and ArithSortRef::is_real().
|
inline |
Definition at line 462 of file z3++.h.
Referenced by Datatype::__deepcopy__(), and Datatype::__repr__().
|
inline |
|
inlinestatic |
|
inline |
Definition at line 461 of file z3++.h.
Referenced by ParamDescrsRef::__len__(), Goal::__len__(), BitVecNumRef::as_signed_long(), and BitVecSortRef::subsort().
|
inline |
Definition at line 465 of file z3++.h.
Referenced by z3::operator<<().