z3-z3-4.13.0.src.ast.reg_decl_plugins.h Maven / Gradle / Ivy
The newest version!
/*++
Copyright (c) 2012 Microsoft Corporation
Module Name:
reg_decl_plugins
Abstract:
Goodie for installing all available declarations
plugins in an ast_manager
Author:
Leonardo de Moura (leonardo) 2012-10-24.
Revision History:
--*/
#pragma once
class ast_manager;
void reg_decl_plugins(ast_manager & m);