Inheritance diagram for CVC3::PrettyPrinterCore:
Definition at line 47 of file theory_core.cpp.
CVC3::PrettyPrinterCore::PrettyPrinterCore | ( | ) | [inline, private] |
CVC3::PrettyPrinterCore::PrettyPrinterCore | ( | TheoryCore * | core | ) | [inline] |
ExprStream& CVC3::PrettyPrinterCore::print | ( | ExprStream & | os, | |
const Expr & | e | |||
) | [inline, virtual] |
The pretty-printer which subclasses must implement.
Implements CVC3::PrettyPrinter.
Definition at line 55 of file theory_core.cpp.
References d_core, CVC3::Theory::hasTheory(), CVC3::Expr::isApply(), CVC3::Expr::isString(), CVC3::Theory::print(), CVC3::Expr::print(), and CVC3::Theory::theoryOf().
TheoryCore* CVC3::PrettyPrinterCore::d_core [private] |