Public Member Functions | |
apply_result (context &c, Z3_apply_result s) | |
apply_result (apply_result const &s) | |
~apply_result () | |
operator Z3_apply_result () const | |
apply_result & | operator= (apply_result const &s) |
unsigned | size () const |
goal | operator[] (int i) const |
model | convert_model (model const &m, unsigned i=0) const |
![]() | |
object (context &c) | |
object (object const &s) | |
context & | ctx () const |
void | check_error () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, apply_result const &r) |
Additional Inherited Members | |
![]() | |
context * | m_ctx |
|
inline |
|
inline |
|
inline |
Definition at line 1420 of file z3++.h.
|
inline |
|
inline |
Definition at line 1411 of file z3++.h.
|
inline |
Definition at line 1419 of file z3++.h.
|
inline |
|
friend |