Public Member Functions | |
apply_result (context &c, Z3_apply_result s) | |
apply_result (apply_result const &s) | |
~apply_result () override | |
operator Z3_apply_result () const | |
apply_result & | operator= (apply_result const &s) |
unsigned | size () const |
goal | operator[] (int i) const |
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, apply_result const &r) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
context * | m_ctx |
|
inline |
|
inline |
|
inlineoverride |
|
inline |
|
inline |
|
inline |
Definition at line 3078 of file z3++.h.
|
inline |
Definition at line 3077 of file z3++.h.
Referenced by ParamDescrsRef::__len__(), Goal::__len__(), BitVecNumRef::as_signed_long(), and BitVecSortRef::subsort().
|
friend |