cvc4-1.4
|
Convenience class for scoping variable and type declarations. More...
#include "cvc4_public.h"
#include <vector>
#include <utility>
#include <ext/hash_map>
#include "expr/expr.h"
#include "util/hash.h"
#include "context/cdhashset_forward.h"
#include "context/cdhashmap_forward.h"
Go to the source code of this file.
Data Structures | |
class | CVC4::ScopeException |
class | CVC4::SymbolTable |
A convenience class for handling scoped declarations. More... | |
Namespaces | |
namespace | CVC4 |
namespace | CVC4::context |
Convenience class for scoping variable and type declarations.
** Original author: Morgan Deters ** Major contributors: Christopher L. Conway ** Minor contributors (to current version): Andrew Reynolds, Dejan Jovanovic, Francois Bobot ** This file is part of the CVC4 project. ** Copyright (c) 2009-2014 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.
Convenience class for scoping variable and type declarations.
Definition in file symbol_table.h.