CVC3  2.4.1
Public Types | Public Member Functions | Private Member Functions | Private Attributes
CVC3::CDList Class Reference

#include <cdlist.h>

Inheritance diagram for CVC3::CDList:
CVC3::ContextObj

List of all members.

Public Types

Public Member Functions

Private Member Functions

Private Attributes


Member Typedef Documentation

Definition at line 87 of file cdlist.h.


Constructor & Destructor Documentation

CVC3::CDList::CDList ( const CDList< T > &  l) [inline, private]

Definition at line 57 of file cdlist.h.

CVC3::CDList::CDList ( Context context) [inline]

Definition at line 59 of file cdlist.h.

virtual CVC3::CDList::~CDList ( ) [inline, virtual]

Definition at line 63 of file cdlist.h.


Member Function Documentation

virtual ContextObj* CVC3::CDList::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.

Definition at line 48 of file cdlist.h.

virtual void CVC3::CDList::restoreData ( ContextObj data) [inline, private, virtual]

Restore the current object from the given data.

Reimplemented from CVC3::ContextObj.

Definition at line 49 of file cdlist.h.

virtual void CVC3::CDList::setNull ( void  ) [inline, private, virtual]

Set the current object to be invalid.

Implements CVC3::ContextObj.

Definition at line 52 of file cdlist.h.

unsigned CVC3::CDList::size ( ) const [inline]

Definition at line 64 of file cdlist.h.

Referenced by CVC3::CDList< SmartCDO< Theorem > >::operator[](), CVC3::CDList< SmartCDO< Theorem > >::at(), CVC3::CDList< SmartCDO< Theorem > >::back(), SAT::CD_CNF_Formula::numClauses(), CVC3::DatatypeTheoremProducer::dummyTheorem(), CVC3::DatatypeTheoremProducer::rewriteSelCons(), CVC3::NotifyList::size(), CVC3::SearchEngineFast::findSplitter(), CVC3::SearchEngineFast::bcp(), CVC3::SearchEngineFast::checkValidInternal(), CVC3::SearchSat::check(), CVC3::TheoryArith3::projectInequalities(), CVC3::TheoryArith3::processFiniteIntervals(), CVC3::TheoryArith3::assertFact(), CVC3::TheoryArith3::checkSat(), CVC3::TheoryArith3::findBounds(), CVC3::TheoryArithNew::processFiniteIntervals(), CVC3::TheoryArithNew::findBounds(), CVC3::TheoryArithOld::projectInequalities(), CVC3::TheoryArithOld::processFiniteIntervals(), CVC3::TheoryArithOld::assertFact(), CVC3::TheoryArithOld::checkSat(), CVC3::TheoryArithOld::findBounds(), CVC3::TheoryArithOld::DifferenceLogicGraph::addEdge(), CVC3::TheoryArithOld::computeTermBounds(), CVC3::TheoryArithOld::DifferenceLogicGraph::hasIncoming(), CVC3::TheoryArithOld::DifferenceLogicGraph::hasOutgoing(), CVC3::TheoryArithOld::DifferenceLogicGraph::writeGraph(), CVC3::TheoryArray::checkSat(), CVC3::TheoryBitvector::checkSat(), CVC3::TheoryCore::getImpliedLiteral(), CVC3::TheoryCore::getImpliedLiteralByIndex(), CVC3::TheoryCore::numImpliedLiterals(), CVC3::TheoryDatatype::checkSat(), CVC3::TheoryDatatypeLazy::checkSat(), CVC3::TheoryQuant::debug(), CVC3::TheoryQuant::update(), CVC3::TheoryQuant::collectChangedTerms(), CVC3::TheoryQuant::matchListOld(), CVC3::TheoryQuant::recMultMatchDebug(), CVC3::TheoryQuant::recMultMatchOldWay(), CVC3::TheoryQuant::iterFWList(), CVC3::TheoryQuant::iterBKList(), CVC3::TheoryQuant::synNewInst(), CVC3::TheoryQuant::checkSat(), CVC3::TheoryQuant::saveContext(), CVC3::TheoryQuant::synCheckSat(), CVC3::TheoryQuant::naiveCheckSat(), CVC3::TheoryQuant::instantiate(), CVC3::TheoryQuant::recInstantiate(), CVC3::TheoryQuant::mapTermsByType(), CVC3::TheoryQuant::recursiveMap(), CVC3::TheoryQuant::notifyInconsistent(), CVC3::TheoryUF::assertFact(), and CVC3::TheoryUF::checkSat().

bool CVC3::CDList::empty ( ) const [inline]

Definition at line 65 of file cdlist.h.

Referenced by SAT::CD_CNF_Formula::empty().

T& CVC3::CDList::push_back ( const T &  data,
int  scope = -1 
) [inline]

Definition at line 66 of file cdlist.h.

Referenced by CVC3::DecisionEngine::pushDecision(), CVC3::NotifyList::add(), CVC3::SearchEngineFast::bcp(), CVC3::SearchEngineFast::addNewClause(), CVC3::SearchEngineFast::addNonLiteralFact(), CVC3::SearchEngineFast::newIntAssumption(), CVC3::SearchEngineFast::addSplitter(), CVC3::SearchImplBase::addSplitter(), CVC3::SearchSat::newUserAssumptionInt(), CVC3::TheoryArith3::projectInequalities(), CVC3::TheoryArith3::assertFact(), CVC3::TheoryArithOld::projectInequalities(), CVC3::TheoryArithOld::addSharedTerm(), CVC3::TheoryArithOld::assertFact(), CVC3::TheoryArithOld::DifferenceLogicGraph::getEdge(), CVC3::TheoryArray::addSharedTerm(), CVC3::TheoryArray::setup(), CVC3::TheoryArray::update(), CVC3::TheoryBitvector::assertFact(), CVC3::TheoryBitvector::comparebv(), CVC3::TheoryBitvector::checkSat(), CVC3::TheoryCore::setupTerm(), CVC3::TheoryDatatype::initializeLabels(), CVC3::TheoryDatatype::mergeLabels(), CVC3::TheoryDatatype::setup(), CVC3::TheoryDatatype::update(), CVC3::TheoryDatatypeLazy::instantiate(), CVC3::TheoryDatatypeLazy::initializeLabels(), CVC3::TheoryDatatypeLazy::mergeLabels(), CVC3::TheoryDatatypeLazy::checkSat(), CVC3::TheoryDatatypeLazy::setup(), CVC3::TheoryDatatypeLazy::update(), CVC3::TheoryQuant::update(), CVC3::TheoryQuant::registerTrig(), CVC3::TheoryQuant::setupTriggers(), CVC3::TheoryQuant::assertFact(), CVC3::TheoryQuant::collectChangedTerms(), CVC3::TheoryQuant::combineOldNewTrigs(), CVC3::TheoryQuant::synNewInst(), CVC3::TheoryQuant::checkSat(), CVC3::TheoryQuant::synCheckSat(), CVC3::TheoryQuant::mapTermsByType(), CVC3::TheoryQuant::recursiveMap(), CVC3::TheoryUF::assertFact(), and CVC3::TheoryUF::setup().

void CVC3::CDList::pop_back ( ) [inline]

Definition at line 68 of file cdlist.h.

Referenced by SAT::CD_CNF_Formula::deleteLast().

const T& CVC3::CDList::operator[] ( unsigned  i) const [inline]

Definition at line 72 of file cdlist.h.

const T& CVC3::CDList::at ( unsigned  i) const [inline]

Definition at line 77 of file cdlist.h.

const T& CVC3::CDList::back ( ) const [inline]

Definition at line 82 of file cdlist.h.

Referenced by CVC3::DecisionEngine::lastSplitter().

const_iterator CVC3::CDList::begin ( ) const [inline]
const_iterator CVC3::CDList::end ( ) const [inline]

Member Data Documentation

unsigned CVC3::CDList::d_size [private]

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