|
cvc4-1.4
|
Base for parser inputs. More...
#include "cvc4parser_public.h"#include <iostream>#include <string>#include <stdio.h>#include <vector>#include "expr/expr.h"#include "expr/expr_manager.h"#include "parser/parser_exception.h"#include "util/language.h"Go to the source code of this file.
Data Structures | |
| class | CVC4::parser::InputStreamException |
| class | CVC4::parser::InputStream |
| Wrapper around an input stream. More... | |
| class | CVC4::parser::Input |
| An input to be parsed. More... | |
Namespaces | |
| CVC4 | |
| CVC4::parser | |
Macros | |
| #define | __CVC4__PARSER__INPUT_H |
Base for parser inputs.
** Original author: Christopher L. Conway ** Major contributors: Morgan Deters ** Minor contributors (to current version): 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.
Base for parser inputs.
Definition in file input.h.