#include <variable.h>
Collaboration diagram for CVCL::VariableManager:
Definition at line 368 of file variable.h.
|
Definition at line 398 of file variable.h. |
|
|
|
Definition at line 388 of file variable.cpp. References d_disableGC, d_mm, d_notifyObj, and d_varSet. |
|
Definition at line 365 of file variable.cpp. References d_mm, d_varSet, and VariableValue. |
|
Garbage collect VariableValue pointer.
Definition at line 408 of file variable.cpp. References d_deleted, d_disableGC, d_mm, d_postponeGC, d_varSet, and CVCL::MemoryManager::deleteData(). Referenced by CVCL::Variable::operator=(), and CVCL::Variable::~Variable(). |
|
Postpone garbage collection.
Definition at line 414 of file variable.h. References d_postponeGC. Referenced by CVCL::VariableManagerNotifyObj::notifyPre(). |
|
Resume garbage collection.
Definition at line 421 of file variable.cpp. References d_deleted, d_mm, d_postponeGC, and CVCL::MemoryManager::deleteData(). Referenced by CVCL::VariableManagerNotifyObj::notify(). |
|
Definition at line 418 of file variable.h. References d_cm. Referenced by CVCL::VariableValue::setAssumpThm(), and CVCL::VariableValue::setValue(). |
|
Definition at line 419 of file variable.h. References d_rules. Referenced by CVCL::Variable::deriveThmRec(). |
|
Definition at line 369 of file variable.h. |
|
Definition at line 370 of file variable.h. Referenced by newVariableValue(). |
|
Definition at line 372 of file variable.h. Referenced by getCM(). |
|
Definition at line 373 of file variable.h. Referenced by gc(), newVariableValue(), resumeGC(), and ~VariableManager(). |
|
Definition at line 374 of file variable.h. Referenced by getRules(). |
|
Definition at line 375 of file variable.h. Referenced by ~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 380 of file variable.h. Referenced by gc(), and ~VariableManager(). |
|
Postpone garbage collection.
Definition at line 382 of file variable.h. Referenced by gc(), postponeGC(), and resumeGC(). |
|
Vector of variables to be deleted (postponed during pop()).
Definition at line 384 of file variable.h. Referenced by gc(), and resumeGC(). |
|
Definition at line 399 of file variable.h. Referenced by gc(), newVariableValue(), and ~VariableManager(). |