#include <expr_map.h>
Inheritance diagram for CVC3::ExprHashMap< Data >:
Definition at line 206 of file expr_map.h.
typedef std::hash_map<Expr, Data> CVC3::ExprHashMap< Data >::ExprHashMapType [private] |
Definition at line 209 of file expr_map.h.
CVC3::ExprHashMap< Data >::ExprHashMap | ( | ) | [inline] |
CVC3::ExprHashMap< Data >::ExprHashMap | ( | size_t | n | ) | [inline] |
CVC3::ExprHashMap< Data >::ExprHashMap | ( | const ExprHashMap< Data > & | map | ) | [inline] |
Definition at line 302 of file expr_map.h.
bool CVC3::ExprHashMap< Data >::empty | ( | ) | const [inline] |
Definition at line 305 of file expr_map.h.
Referenced by CVC3::SearchEngineTheoremProducer::conflictClause().
size_t CVC3::ExprHashMap< Data >::size | ( | ) | const [inline] |
Definition at line 306 of file expr_map.h.
Referenced by CVC3::TheoryUF::computeModel(), CVC3::TheoryArray::computeModel(), CVC3::ExprManager::rebuild(), and CVC3::Expr::substExpr().
size_t CVC3::ExprHashMap< Data >::count | ( | const Expr & | e | ) | const [inline] |
Definition at line 308 of file expr_map.h.
Referenced by CVC3::TheoryCore::assignValue(), CVC3::TheoryCore::buildModel(), CVC3::TheoryCore::collectBasicVars(), CVC3::TheoryCore::collectModelValues(), and CVC3::Expr::recursiveSubst().
Data& CVC3::ExprHashMap< Data >::operator[] | ( | const Expr & | e | ) | [inline] |
Definition at line 309 of file expr_map.h.
void CVC3::ExprHashMap< Data >::clear | ( | ) | [inline] |
Definition at line 310 of file expr_map.h.
Referenced by CVC3::SearchSimple::checkValidMain(), CVC3::SearchEngineFast::checkValidMain(), CVC3::TheoryCore::collectBasicVars(), CVC3::SearchImplBase::processResult(), CVC3::ExprManager::rebuild(), CVC3::Expr::recursiveSubst(), and CVC3::ArithTheoremProducerOld::rewriteLeavesConst().
void CVC3::ExprHashMap< Data >::insert | ( | const Expr & | e, | |
const Data & | d | |||
) | [inline] |
Definition at line 312 of file expr_map.h.
Referenced by CVC3::Expr::recursiveSubst(), CVC3::CoreTheoremProducer::rewriteAndSubterms(), CVC3::CoreTheoremProducer::rewriteOrSubterms(), CVC3::Expr::substExpr(), and CVC3::Expr::substExprQuant().
void CVC3::ExprHashMap< Data >::erase | ( | const Expr & | e | ) | [inline] |
void CVC3::ExprHashMap< Data >::insert | ( | InputIterator | l, | |
InputIterator | r | |||
) | [inline] |
Definition at line 316 of file expr_map.h.
void CVC3::ExprHashMap< Data >::erase | ( | InputIterator | l, | |
InputIterator | r | |||
) | [inline] |
Definition at line 319 of file expr_map.h.
iterator CVC3::ExprHashMap< Data >::begin | ( | ) | [inline] |
Definition at line 325 of file expr_map.h.
Referenced by CVC3::TheoryUF::computeModel(), CVC3::TheoryArray::computeModel(), and CVC3::Expr::recursiveSubst().
iterator CVC3::ExprHashMap< Data >::end | ( | ) | [inline] |
Definition at line 326 of file expr_map.h.
Referenced by CVC3::TheoryCore::buildModel(), CVC3::TheoryCore::collectModelValues(), CVC3::TheoryUF::computeModel(), CVC3::TheoryArray::computeModel(), SAT::CNF_Manager::getCNFLit(), CVC3::ArithTheoremProducerOld::getLeaves(), CVC3::TheoryCore::getModelValue(), CVC3::ExprManager::rebuildRec(), CVC3::Expr::recursiveSubst(), SAT::CNF_Manager::replaceITErec(), CVC3::ExprTransform::specialSimplify(), CVC3::ExprTransform::substitute(), and SAT::CNF_Manager::translateExprRec().
const_iterator CVC3::ExprHashMap< Data >::begin | ( | ) | const [inline] |
Definition at line 327 of file expr_map.h.
const_iterator CVC3::ExprHashMap< Data >::end | ( | ) | const [inline] |
Definition at line 328 of file expr_map.h.
iterator CVC3::ExprHashMap< Data >::find | ( | const Expr & | e | ) | [inline] |
Definition at line 329 of file expr_map.h.
Referenced by CVC3::TheoryCore::buildModel(), CVC3::TheoryCore::collectModelValues(), SAT::CNF_Manager::getCNFLit(), CVC3::ArithTheoremProducerOld::getLeaves(), CVC3::TheoryCore::getModelValue(), CVC3::ExprManager::rebuildRec(), SAT::CNF_Manager::replaceITErec(), CVC3::ExprTransform::specialSimplify(), CVC3::ExprTransform::substitute(), and SAT::CNF_Manager::translateExprRec().
const_iterator CVC3::ExprHashMap< Data >::find | ( | const Expr & | e | ) | const [inline] |
Definition at line 330 of file expr_map.h.
ExprHashMapType CVC3::ExprHashMap< Data >::d_map [private] |
Definition at line 211 of file expr_map.h.
Referenced by CVC3::ExprHashMap< std::vector< Circuit * > >::begin(), CVC3::ExprHashMap< std::vector< Circuit * > >::clear(), CVC3::ExprHashMap< std::vector< Circuit * > >::count(), CVC3::ExprHashMap< std::vector< Circuit * > >::empty(), CVC3::ExprHashMap< std::vector< Circuit * > >::end(), CVC3::ExprHashMap< std::vector< Circuit * > >::erase(), CVC3::ExprHashMap< std::vector< Circuit * > >::find(), CVC3::ExprHashMap< std::vector< Circuit * > >::insert(), CVC3::ExprHashMap< std::vector< Circuit * > >::operator[](), and CVC3::ExprHashMap< std::vector< Circuit * > >::size().