CVC3
Classes | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends

CVC3::VariableManager Class Reference

#include <variable.h>

Collaboration diagram for CVC3::VariableManager:
Collaboration graph
[legend]

List of all members.

Classes

Public Member Functions

Private Types

Private Member Functions

Private Attributes

Friends


Detailed Description

Definition at line 363 of file variable.h.


Member Typedef Documentation

Definition at line 393 of file variable.h.


Constructor & Destructor Documentation

CVC3::VariableManager::VariableManager ( ContextManager cm,
SearchEngineRules rules,
const std::string &  mmFlag 
)

Definition at line 368 of file variable.cpp.

References d_cm, d_mm, d_notifyObj, and CVC3::ContextManager::getCurrentContext().

CVC3::VariableManager::~VariableManager ( )

Member Function Documentation

VariableValue * CVC3::VariableManager::newVariableValue ( const Expr e) [private]

Definition at line 357 of file variable.cpp.

References CVC3::VariableValue::VariableValue().

void CVC3::VariableManager::gc ( VariableValue v)
void CVC3::VariableManager::postponeGC ( ) [inline]

Postpone garbage collection.

Definition at line 409 of file variable.h.

References d_postponeGC.

Referenced by CVC3::VariableManagerNotifyObj::notifyPre().

void CVC3::VariableManager::resumeGC ( )

Resume garbage collection.

Definition at line 413 of file variable.cpp.

References d_deleted, d_mm, d_postponeGC, and CVC3::MemoryManager::deleteData().

Referenced by CVC3::VariableManagerNotifyObj::notify().

ContextManager* CVC3::VariableManager::getCM ( ) const [inline]

Definition at line 413 of file variable.h.

References d_cm.

Referenced by CVC3::VariableValue::setAssumpThm(), and CVC3::VariableValue::setValue().

SearchEngineRules* CVC3::VariableManager::getRules ( ) const [inline]

Definition at line 414 of file variable.h.

References d_rules.

Referenced by CVC3::Variable::deriveThmRec().


Friends And Related Function Documentation

friend class Variable [friend]

Definition at line 364 of file variable.h.

friend class VariableValue [friend]

Definition at line 365 of file variable.h.


Member Data Documentation

Definition at line 367 of file variable.h.

Referenced by getCM(), and VariableManager().

Definition at line 368 of file variable.h.

Referenced by gc(), resumeGC(), VariableManager(), and ~VariableManager().

Definition at line 369 of file variable.h.

Referenced by getRules().

Definition at line 370 of file variable.h.

Referenced by VariableManager(), and ~VariableManager().

Disable the garbage collection.

Normally, it's set in the destructor, so that we can delete all remaining variables without GC getting in the way

Definition at line 375 of file variable.h.

Referenced by gc(), and ~VariableManager().

Postpone garbage collection.

Definition at line 377 of file variable.h.

Referenced by gc(), postponeGC(), and resumeGC().

Vector of variables to be deleted (postponed during pop())

Definition at line 379 of file variable.h.

Referenced by gc(), and resumeGC().

Definition at line 394 of file variable.h.

Referenced by gc(), and ~VariableManager().


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