mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
New API website
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8ea61dacda
commit
a9a673bb8a
8 changed files with 28 additions and 983 deletions
|
@ -34,6 +34,11 @@ Notes:
|
|||
*/
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
@name C++ API classes and functions
|
||||
*/
|
||||
/*@{*/
|
||||
|
||||
namespace z3 {
|
||||
|
||||
class exception;
|
||||
|
@ -55,7 +60,7 @@ namespace z3 {
|
|||
class statistics;
|
||||
class apply_result;
|
||||
class fixedpoint;
|
||||
|
||||
|
||||
/**
|
||||
\brief Exception used to sign API usage errors.
|
||||
*/
|
||||
|
@ -1623,6 +1628,7 @@ template class z3::ast_vector_tpl<z3::expr>;
|
|||
template class z3::ast_vector_tpl<z3::sort>;
|
||||
template class z3::ast_vector_tpl<z3::func_decl>;
|
||||
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue