#include <z3++.h>
Definition at line 3711 of file z3++.h.
◆ constructor_list()
Definition at line 3765 of file z3++.h.
3765 : ctx(cs.ctx) {
3766 array<Z3_constructor> cons(cs.size());
3767 for (unsigned i = 0; i < cs.size(); ++i)
3768 cons[i] = cs[i];
3770 }
Z3_constructor_list Z3_API Z3_mk_constructor_list(Z3_context c, unsigned num_constructors, Z3_constructor const constructors[])
Create list of constructors.
◆ ~constructor_list()
Definition at line 3716 of file z3++.h.
void Z3_API Z3_del_constructor_list(Z3_context c, Z3_constructor_list clist)
Reclaim memory allocated for constructor list.
◆ operator Z3_constructor_list()
| operator Z3_constructor_list |
( |
| ) |
const |
|
inline |