Z3
z3
cast_ast< expr >
Public Member Functions
cast_ast< expr > Class Template Reference
Public Member Functions
expr
operator()
(
context
&c, Z3_ast a)
Detailed Description
template<>
class z3::cast_ast< expr >
Definition at line
1960
of file
z3++.h
.
Member Function Documentation
◆
operator()()
expr
operator()
(
context
&
c
,
Z3_ast
a
)
inline
Definition at line
1962
of file
z3++.h
.
1962
{
1963
assert(
Z3_get_ast_kind
(c, a) ==
Z3_NUMERAL_AST
||
1964
Z3_get_ast_kind
(c, a) ==
Z3_APP_AST
||
1965
Z3_get_ast_kind
(c, a) ==
Z3_QUANTIFIER_AST
||
1966
Z3_get_ast_kind
(c, a) ==
Z3_VAR_AST
);
1967
return
expr(c, a);
1968
}
Z3_get_ast_kind
Z3_ast_kind Z3_API Z3_get_ast_kind(Z3_context c, Z3_ast a)
Return the kind of the given AST.
Z3_APP_AST
Definition:
z3_api.h:182
Z3_VAR_AST
Definition:
z3_api.h:183
Z3_NUMERAL_AST
Definition:
z3_api.h:181
Z3_QUANTIFIER_AST
Definition:
z3_api.h:184
Generated on Mon Jan 11 2021 13:21:03 for Z3 by
1.8.16