CVC3
|
Implementation of PrettyPrinter class. More...
Inherits CVC3::PrettyPrinter.
Implementation of PrettyPrinter class.
Definition at line 48 of file theory_core.cpp.
CVC3::PrettyPrinterCore::PrettyPrinterCore | ( | ) | [inline, private] |
Disable the default constructor.
Definition at line 52 of file theory_core.cpp.
CVC3::PrettyPrinterCore::PrettyPrinterCore | ( | TheoryCore * | core | ) | [inline] |
Constructor.
Definition at line 55 of file theory_core.cpp.
ExprStream& CVC3::PrettyPrinterCore::print | ( | ExprStream & | os, |
const Expr & | e | ||
) | [inline, virtual] |
The pretty-printer which subclasses must implement.
Implements CVC3::PrettyPrinter.
Definition at line 56 of file theory_core.cpp.
References CVC3::Expr::getKind(), CVC3::Expr::isApply(), CVC3::Expr::isString(), and CVC3::Expr::print().
TheoryCore* CVC3::PrettyPrinterCore::d_core [private] |
Definition at line 50 of file theory_core.cpp.