Z3
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
z3
cast_ast< func_decl >
Public Member Functions
cast_ast< func_decl > Class Template Reference
C++ API
Public Member Functions
func_decl
operator()
(
context
&c, Z3_ast a)
Detailed Description
template<>
class z3::cast_ast< func_decl >
Definition at line
1775
of file
z3++.h
.
Member Function Documentation
func_decl
operator()
(
context
&
c
,
Z3_ast
a
)
inline
Definition at line
1777
of file
z3++.h
.
1777
{
1778
assert(
Z3_get_ast_kind
(c, a) ==
Z3_FUNC_DECL_AST
);
1779
return
func_decl(c, reinterpret_cast<Z3_func_decl>(a));
1780
}
Z3_FUNC_DECL_AST
Definition:
z3_api.h:183
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.
Generated on Sat Oct 5 2019 15:21:13 for Z3 by
1.8.8