Public Member Functions | |
array (unsigned sz) | |
template<typename T2 > | |
array (ast_vector_tpl< T2 > const &v) | |
~array () | |
void | resize (unsigned sz) |
unsigned | size () const |
T & | operator[] (int i) |
T const & | operator[] (int i) const |
T const * | ptr () const |
T * | ptr () |
|
inline |
array | ( | ast_vector_tpl< T2 > const & | v | ) |
|
inline |
|
inline |
|
inline |
Definition at line 408 of file z3++.h.
Referenced by context::array_sort(), goal::as_expr(), z3::atleast(), z3::atmost(), context::bv_val(), solver::check(), optimize::check(), z3::concat(), z3::distinct(), context::enumeration_sort(), z3::exists(), z3::forall(), context::function(), z3::lambda(), z3::mk_and(), z3::mk_or(), func_decl::operator()(), z3::par_or(), context::parse_file(), context::parse_string(), z3::pbeq(), z3::pbge(), z3::pble(), fixedpoint::query(), z3::re_intersect(), context::recdef(), context::recfun(), z3::select(), z3::store(), z3::sum(), solver::to_smt2(), fixedpoint::to_string(), solver::trail(), and context::tuple_sort().
|
inline |
Definition at line 404 of file z3++.h.
Referenced by solver::trail().
|
inline |
Definition at line 405 of file z3++.h.
Referenced by context::array_sort(), z3::atleast(), z3::atmost(), z3::concat(), z3::distinct(), z3::exists(), z3::forall(), z3::lambda(), z3::mk_and(), z3::mk_or(), z3::pbeq(), z3::pbge(), z3::pble(), fixedpoint::query(), z3::re_intersect(), context::recdef(), z3::select(), z3::store(), z3::sum(), solver::to_smt2(), and fixedpoint::to_string().