mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 05:15:52 +00:00
copy declarations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19fa5f8cb3
commit
0c9711aad7
6 changed files with 73 additions and 16 deletions
|
@ -895,6 +895,8 @@ struct ast_eq_proc {
|
|||
}
|
||||
};
|
||||
|
||||
class ast_translation;
|
||||
|
||||
class ast_table : public chashtable<ast*, obj_ptr_hash<ast>, ast_eq_proc> {
|
||||
public:
|
||||
void erase(ast * n);
|
||||
|
@ -930,6 +932,8 @@ protected:
|
|||
m_family_id = id;
|
||||
}
|
||||
|
||||
virtual void inherit(decl_plugin* other_p, ast_translation& ) { }
|
||||
|
||||
friend class ast_manager;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue