#include <z3++.h>
Inheritance diagram for parser_context:Public Member Functions | |
| parser_context (context &c) | |
| ~parser_context () override | |
| operator bool () const | |
| operator Z3_parser_context () const | |
| parser_context (const parser_context &o) | |
| parser_context & | operator= (const parser_context &o) |
| void | add_sort (const sort &s) |
| Add a sort declaration. | |
| void | add_sort (const func_decl &f) |
| Add a function declaration. | |
| expr_vector | parse_string (const char *s) |
| Parse a string of SMTLIB2 commands. Return assertions. | |
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 |
|
inlineexplicit |
|
inlineoverride |
|
inline |
|
inline |
|
inline |
Definition at line 879 of file z3++.h.
|
inline |
Parse a string of SMTLIB2 commands. Return assertions.
Definition at line 902 of file z3++.h.