Z3
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
949
of file
z3++.h
.
Member Function Documentation
expr
operator()
(
context
&
c
,
Z3_ast
a
)
inline
Definition at line
951
of file
z3++.h
.
{
assert(
Z3_get_ast_kind
(c, a) ==
Z3_NUMERAL_AST
||
Z3_get_ast_kind
(c, a) ==
Z3_APP_AST
||
Z3_get_ast_kind
(c, a) ==
Z3_QUANTIFIER_AST
||
Z3_get_ast_kind
(c, a) ==
Z3_VAR_AST
);
return
expr(c, a);
}
Generated on Thu Nov 22 2012 18:37:29 for Z3 by
1.8.2