CVC3  2.4.1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
CVC3::PrettyPrinterCore Class Reference

Implementation of PrettyPrinter class. More...

Inheritance diagram for CVC3::PrettyPrinterCore:
CVC3::PrettyPrinter

Public Member Functions

 PrettyPrinterCore (TheoryCore *core)
 Constructor.
ExprStreamprint (ExprStream &os, const Expr &e)
 The pretty-printer which subclasses must implement.
- Public Member Functions inherited from CVC3::PrettyPrinter
 PrettyPrinter ()
 Default constructor.
virtual ~PrettyPrinter ()
 Virtual destructor.

Private Member Functions

 PrettyPrinterCore ()
 Disable the default constructor.

Private Attributes

TheoryCored_core

Detailed Description

Implementation of PrettyPrinter class.

Definition at line 48 of file theory_core.cpp.

Constructor & Destructor Documentation

CVC3::PrettyPrinterCore::PrettyPrinterCore ( )
inlineprivate

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.

Member Function Documentation

ExprStream& CVC3::PrettyPrinterCore::print ( ExprStream os,
const Expr e 
)
inlinevirtual

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().

Member Data Documentation

TheoryCore* CVC3::PrettyPrinterCore::d_core
private

Definition at line 50 of file theory_core.cpp.


The documentation for this class was generated from the following file: