Manipulators
[Pretty-printing related classes and methods]

Collaboration diagram for Manipulators:

Functions


Function Documentation

ExprStream & CVC3::push ( ExprStream &  os  ) 

Set the indentation to the current position.

Definition at line 287 of file expr_stream.cpp.

References CVC3::ExprStream::pushIndent().

Referenced by CVC3::TheoryUF::print(), CVC3::TheorySimulate::print(), CVC3::TheoryRecords::print(), CVC3::TheoryQuant::print(), CVC3::TheoryDatatype::print(), CVC3::TheoryCore::print(), CVC3::TheoryBitvector::print(), CVC3::TheoryArray::print(), CVC3::TheoryArithOld::print(), CVC3::TheoryArithNew::print(), CVC3::Expr::print(), CVC3::Expr::printAST(), CVC3::TheoryArith::printRational(), and CVC3::space().

ExprStream & CVC3::pop ( ExprStream &  os  ) 

Restore the indentation to the previous position.

Definition at line 290 of file expr_stream.cpp.

References CVC3::ExprStream::popIndent().

Referenced by CVC3::TheoryUF::print(), CVC3::TheorySimulate::print(), CVC3::TheoryRecords::print(), CVC3::TheoryQuant::print(), CVC3::TheoryCore::print(), CVC3::TheoryBitvector::print(), CVC3::TheoryArray::print(), CVC3::Expr::print(), CVC3::Expr::printAST(), and CVC3::space().

ExprStream & CVC3::popSave ( ExprStream &  os  ) 

Remember the current indentation and pop to the previous position.

There is only one register to save the previous position. If you use popSave() more than once, only the latest position can be restored with pushRestore().

Definition at line 295 of file expr_stream.cpp.

References CVC3::ExprStream::d_indentReg, CVC3::ExprStream::d_indentStack, and CVC3::ExprStream::popIndent().

Referenced by CVC3::TheoryCore::print().

ExprStream & CVC3::pushRestore ( ExprStream &  os  ) 

Set the indentation to the position saved by popSave().

There is only one register to save the previous position. Using pushRestore() several times will set intendation to the same position.

Definition at line 304 of file expr_stream.cpp.

References CVC3::ExprStream::d_indentReg, and CVC3::ExprStream::pushIndent().

Referenced by CVC3::TheoryCore::print().

ExprStream & CVC3::reset ( ExprStream &  os  ) 

Reset the indentation to the default at this level.

Definition at line 309 of file expr_stream.cpp.

References CVC3::ExprStream::resetIndent().

ExprStream & CVC3::space ( ExprStream &  os  ) 

Insert a single white space separator.

It is preferred to use 'space' rather than a string of spaces (" ") because ExprStream needs to delete extra white space if it decides to end the line. If you use strings for spaces, you'll mess up the indentation.

Definition at line 315 of file expr_stream.cpp.

References CVC3::ExprStream::d_beginningOfLine, CVC3::pop(), and CVC3::push().

Referenced by CVC3::TheoryUF::print(), CVC3::TheorySimulate::print(), CVC3::TheoryRecords::print(), CVC3::TheoryQuant::print(), CVC3::TheoryDatatype::print(), CVC3::TheoryCore::print(), CVC3::TheoryBitvector::print(), CVC3::TheoryArray::print(), CVC3::TheoryArithOld::print(), CVC3::TheoryArithNew::print(), CVC3::Expr::print(), CVC3::Expr::printAST(), and CVC3::TheoryArith::printRational().

ExprStream & CVC3::nodag ( ExprStream &  os  ) 

DAG-printing will resume for the children of the node. This is useful when printing definitions in the header of a DAGified LET expressions: defs have names, but must be printed expanded.

Definition at line 321 of file expr_stream.cpp.

References CVC3::ExprStream::d_nodag.

Referenced by CVC3::TheoryCore::print(), and CVC3::Expr::printAST().

ExprStream & CVC3::pushdag ( ExprStream &  os  ) 

For some constructs with bound variables (notably, quantifiers), shared subexpressions are not computed, because they cannot be defined outside the scope of bound variables. If this manipulator is applied before an expression within the scope of bound vars, these internal subexpressions will then be computed.

Definition at line 326 of file expr_stream.cpp.

References CVC3::ExprStream::pushDag().

Referenced by CVC3::TheoryUF::print(), CVC3::TheoryQuant::print(), and CVC3::TheoryArray::print().

ExprStream & CVC3::popdag ( ExprStream &  os  ) 

Similar to push/pop, shared subexpressions are automatically deleted upon a return from a recursive call, so popdag is not necessary after a pushdag in theory-specific print() functions. Also, you cannot pop more than you pushed an the current recursion level.

Definition at line 328 of file expr_stream.cpp.

References CVC3::ExprStream::popDag().

Referenced by CVC3::TheoryUF::print(), CVC3::TheoryQuant::print(), and CVC3::TheoryArray::print().

CVC3::ExprStream & std::endl ( CVC3::ExprStream os  ) 

Print the end-of-line.

The new line will not necessarily start at column 0 because of indentation.

Definition at line 342 of file expr_stream.cpp.

References CVC3::ExprStream::d_beginningOfLine, CVC3::ExprStream::d_col, CVC3::ExprStream::d_indent, CVC3::ExprStream::d_indentStack, and CVC3::ExprStream::d_os.

Referenced by Abort(), CVC3::SearchEngineFast::analyzeUIPs(), CSolver::back_track(), CVC3::SearchSat::check(), CVC3::Scope::check(), MiniSat::Solver::checkClause(), CVC3::TheoryQuant::checkSat(), MiniSat::Solver::checkWatched(), CDatabase::compact_lit_pool(), CSolver::conflict_analysis_zchaff(), CVC3::SearchEngineTheoremProducer::conflictClause(), CSolver::decide_next_branch(), CSolver::delete_unrelevant_clauses(), CDatabase::detail_dump_cl(), CDatabase::dump(), CVariable::dump(), CClause::dump(), CVC3::Translator::dump(), CSolver::dump_assignment_stack(), CVC3::Translator::dumpAssertion(), CVC3::Translator::dumpQuery(), CVC3::Translator::dumpQueryResult(), CVC3::Debug::dumpTrace(), CDatabase::enlarge_lit_pool(), CVC3::VCCmd::evaluateCommand(), CVC3::VCCmd::evaluateNext(), CVC3::fatalError(), CVC3::SearchSat::findSplitterRec(), CVC3::Translator::finish(), CVC3::SearchEngineFast::fullCheck(), CVC3::Context::getMemory(), SAT::DPLLTBasic::handle_result(), CVC3::TheoryArithOld::kidsCanonical(), CVC3::TheoryArithNew::kidsCanonical(), CVC3::CNF_TheoremProducer::learnedClause(), main(), CVC3::SearchImplBase::newUserAssumption(), CVC3::TheoryQuant::notifyInconsistent(), CVC3::TheoryArithNew::BoundInfo::operator<(), CVC3::operator<<(), CDatabase::output_lit_pool_state(), CVC3::VCL::popScope(), CVC3::Expr::pprint(), CVC3::Expr::pprintnodag(), CSolver::preprocess(), CVC3::Translator::preprocess(), CVC3::Translator::preprocess2(), CVC3::TheoryCore::print(), CVC3::Theorem::print(), CVC3::Expr::print(), SAT::Clause::print(), CVC3::Assumptions::print(), CVC3::Statistics::printAll(), CVC3::Debug::printAll(), CVC3::Expr::printAST(), MiniSat::Solver::printDIMACS(), CVC3::VCL::printExpr(), CVC3::VCL::printMemory(), MiniSat::Derivation::printProof(), MiniSat::Solver::printState(), CVC3::VCL::printStatistics(), SatSolver::PrintStatistics(), printUsage(), CVC3::VCCmd::processCommands(), MiniSat::Solver::protocolPropagation(), MiniSat::Solver::push(), CSolver::queue_implication(), CVC3::Theorem::recursivePrint(), CVC3::VCCmd::reportResult(), CSolver::restart(), CSolver::run_periodic_functions(), MiniSat::Solver::search(), SAT::DPLLTMiniSat::search(), CSolver::set_var_value(), CVC3::TheoryQuant::setupTriggers(), sighandler(), CVC3::Translator::start(), CVC3::CommonTheoremProducer::substitutivityRule(), CVC3::TheoryQuant::synNewInst(), MiniSat::Solver::toString(), CVC3::SearchEngineFast::traceConflict(), CSolver::unset_var_value(), and Warning().


Generated on Tue Jul 3 14:35:21 2007 for CVC3 by  doxygen 1.5.1