CVC3
|
#include <cdo.h>
Inherits CVC3::ContextObj.
virtual ContextObj* CVC3::CDO< T >::makeCopy | ( | ContextMemoryManager * | cmm | ) | [inline, private, virtual] |
Make a copy of the current object so it can be restored to its current state.
Implements CVC3::ContextObj.
virtual void CVC3::CDO< T >::restoreData | ( | ContextObj * | data | ) | [inline, private, virtual] |
Restore the current object from the given data.
Reimplemented from CVC3::ContextObj.
virtual void CVC3::CDO< T >::setNull | ( | void | ) | [inline, private, virtual] |
Set the current object to be invalid.
Implements CVC3::ContextObj.
void CVC3::CDO< T >::set | ( | const T & | data, |
int | scope = -1 |
||
) | [inline] |
Definition at line 63 of file cdo.h.
Referenced by CVC3::SearchSimple::addNonLiteralFact(), CVC3::SearchSimple::checkValidInternal(), CVC3::TheoryQuant::collectChangedTerms(), CVC3::TheoryQuant::naiveCheckSat(), CVC3::TheoryQuant::saveContext(), CVC3::SearchSimple::SearchSimple(), CVC3::VariableValue::setAssumpThm(), CVC3::Expr::setEqNext(), CVC3::Expr::setFind(), CVC3::Expr::setRep(), CVC3::Expr::setSig(), and CVC3::VariableValue::setValue().
const T& CVC3::CDO< T >::get | ( | ) | const [inline] |
Definition at line 64 of file cdo.h.
Referenced by CVC3::SearchSimple::addNonLiteralFact(), CVC3::SearchSimple::checkValidInternal(), CVC3::SearchEngineFast::checkValidInternal(), CVC3::SearchSimple::checkValidMain(), SAT::CD_CNF_Formula::end(), CVC3::VariableValue::getAntecedent(), CVC3::VariableValue::getAntecedentIdx(), CVC3::VariableValue::getAssumpThm(), CVC3::SearchSat::getCounterExample(), CVC3::Expr::getEqNext(), CVC3::Expr::getFind(), CVC3::SearchSat::getProof(), CVC3::Expr::getRep(), CVC3::VariableValue::getScope(), CVC3::Expr::getSig(), CVC3::VariableValue::getTheorem(), CVC3::VariableValue::getValue(), CVC3::Expr::hasFind(), CVC3::Expr::hasRep(), CVC3::Expr::hasSig(), CVC3::TheoryQuant::naiveCheckSat(), CVC3::SearchSimple::restartInternal(), and CVC3::SearchEngineFast::restartInternal().
Definition at line 40 of file cdo.h.
Referenced by CVC3::CDO< Rational >::get(), CVC3::CDO< Rational >::restoreData(), CVC3::CDO< Rational >::set(), and CVC3::CDO< Rational >::setNull().