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

#include <proof.h>

Public Member Functions

 Proof (const Expr &e)
 
 Proof (const Proof &p)
 
 Proof ()
 
Expr getExpr () const
 
bool isNull () const
 
std::string toString () const
 

Private Attributes

Expr d_proof
 

Friends

std::ostream & operator<< (std::ostream &os, const Proof &pf)
 

Detailed Description

Definition at line 38 of file proof.h.

Constructor & Destructor Documentation

CVC3::Proof::Proof ( const Expr e)
inline

Definition at line 43 of file proof.h.

CVC3::Proof::Proof ( const Proof p)
inline

Definition at line 44 of file proof.h.

CVC3::Proof::Proof ( )
inline

Definition at line 45 of file proof.h.

Member Function Documentation

Expr CVC3::Proof::getExpr ( ) const
inline
bool CVC3::Proof::isNull ( ) const
inline
std::string CVC3::Proof::toString ( ) const
inline

Definition at line 50 of file proof.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Proof pf 
)
friend

Definition at line 57 of file proof.h.

Member Data Documentation

Expr CVC3::Proof::d_proof
private

Definition at line 40 of file proof.h.

Referenced by getExpr(), and isNull().


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