CVC3
|
#include <Object.h>
Inherited by LFSCObj.
void Obj::indent | ( | std::ostream & | s, |
int | ind = 0 |
||
) | [inline, protected] |
Definition at line 73 of file Object.h.
References std::endl().
Referenced by LFSCProof::print(), and LFSCProof::print_structure().
static void Obj::print_error | ( | const char * | c, |
std::ostream & | s | ||
) | [inline, static] |
Definition at line 95 of file Object.h.
References std::endl().
Referenced by LFSCBoolRes::checkBoolRes(), LFSCConvert::cvc3_to_lfsc(), LFSCObj::define_skolem_vars(), LFSCConvert::do_bso(), get_knd_result(), LFSCObj::getY(), kind_to_str(), LFSCLraPoly::Make(), LFSCBoolRes::Make(), LFSCProof::Make_and_elim(), LFSCProof::Make_CNF(), TReturn::normalize_to_tf(), TReturn::normalize_tr(), TReturn::normalize_tret(), LFSCPrinter::print_poly_norm(), LFSCPrinter::print_terms_h(), LFSCObj::queryM(), LFSCObj::queryMt(), and LFSCObj::what_is_proven().
static void Obj::print_warning | ( | const char * | c | ) | [inline, static] |
Definition at line 104 of file Object.h.
References std::endl().
Referenced by LFSCProof::print(), and LFSCProof::print_structure().
static void Obj::initialize | ( | ) | [inline, static] |
Reimplemented in LFSCProofExpr.
Definition at line 111 of file Object.h.
Referenced by LFSCPrinter::LFSCPrinter().
ostringstream Obj::oignore [protected] |
int Obj::refCount [protected] |
bool Obj::errsInit = false [static, protected] |
bool Obj::indentFlag = false [static, protected] |
Definition at line 71 of file Object.h.
Referenced by LFSCPrinter::print_LFSC().