mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
Isolating reg_decl_plugins
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
69ce24a6ce
commit
641db30660
33 changed files with 140 additions and 70 deletions
|
@ -1283,8 +1283,6 @@ enum proof_gen_mode {
|
|||
//
|
||||
// -----------------------------------
|
||||
|
||||
class arith_decl_plugin;
|
||||
|
||||
class ast_manager {
|
||||
protected:
|
||||
protected:
|
||||
|
@ -1411,8 +1409,6 @@ public:
|
|||
|
||||
void register_plugin(family_id id, decl_plugin * plugin);
|
||||
|
||||
void register_decl_plugins();
|
||||
|
||||
decl_plugin * get_plugin(family_id fid) const;
|
||||
|
||||
bool has_plugin(family_id fid) const { return get_plugin(fid) != 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue