#include <z3++.h>
Public Member Functions | |
| func_entry (context &c, Z3_func_entry e) | |
| func_entry (func_entry const &s) | |
| ~func_entry () override | |
| operator Z3_func_entry () const | |
| func_entry & | operator= (func_entry const &s) |
| expr | value () const |
| unsigned | num_args () const |
| expr | arg (unsigned i) const |
| Public Member Functions inherited from object | |
| object (context &c) | |
| virtual | ~object ()=default |
| context & | ctx () const |
| Z3_error_code | check_error () const |
Additional Inherited Members | |
| Protected Attributes inherited from object | |
| context * | m_ctx |
|
inline |
Definition at line 2665 of file z3++.h.
Referenced by func_entry(), and operator=().
|
inline |
|
inlineoverride |
Definition at line 2667 of file z3++.h.
|
inline |
Definition at line 2678 of file z3++.h.
Referenced by AstRef::__bool__().
|
inline |
Definition at line 2677 of file z3++.h.
Referenced by AstRef::__bool__().
|
inline |
|
inline |
Definition at line 2669 of file z3++.h.