#include <expr_value.h>
Inheritance diagram for CVCL::ExprSymbol:
Definition at line 681 of file expr_value.h.
|
Definition at line 702 of file expr_value.h. Referenced by copy(). |
|
Definition at line 706 of file expr_value.h. |
|
Definition at line 687 of file expr_value.h. Referenced by operator==(). |
|
Get unique memory manager ID.
Reimplemented from CVCL::ExprValue. Definition at line 690 of file expr_value.h. References CVCL::EXPR_SYMBOL. Referenced by copy(), and operator==(). |
|
Non-caching hash function which actually computes the hash. This is the method that all subclasses should implement Reimplemented from CVCL::ExprValue. Definition at line 693 of file expr_value.h. |
|
Make a clean copy of itself using the given memory manager.
Reimplemented from CVCL::ExprValue. Definition at line 187 of file expr_value.cpp. References CVCL::ExprValue::d_kind, d_name, ExprSymbol(), CVCL::ExprManager::getMM(), and getMMIndex(). |
|
Special named symbol.
Reimplemented from CVCL::ExprValue. Definition at line 698 of file expr_value.h. |
|
Equality between any two ExprValue objects (including subclasses).
Reimplemented from CVCL::ExprValue. Definition at line 180 of file expr_value.cpp. References CVCL::ExprValue::getKind(), CVCL::ExprValue::getMMIndex(), getMMIndex(), and getName(). |
|
Overload operator new.
Reimplemented from CVCL::ExprValue. Definition at line 710 of file expr_value.h. References CVCL::MemoryManager::newData(). |
|
Overload operator delete.
Reimplemented from CVCL::ExprValue. Definition at line 713 of file expr_value.h. |
|
Reimplemented from CVCL::ExprValue. Definition at line 682 of file expr_value.h. |
|
Reimplemented from CVCL::ExprValue. Definition at line 683 of file expr_value.h. |
|
Definition at line 685 of file expr_value.h. Referenced by copy(). |