CVC3
|
#include <expr_value.h>
Inherits CVC3::ExprValue.
Definition at line 741 of file expr_value.h.
CVC3::ExprRational::ExprRational | ( | ExprManager * | em, |
const Rational & | r, | ||
ExprIndex | idx = 0 |
||
) | [inline] |
Definition at line 767 of file expr_value.h.
virtual CVC3::ExprRational::~ExprRational | ( | ) | [inline, virtual] |
Definition at line 770 of file expr_value.h.
virtual const Rational& CVC3::ExprRational::getRational | ( | ) | const [inline, private, virtual] |
static size_t CVC3::ExprRational::hash | ( | const Rational & | r | ) | [inline, static, private] |
Definition at line 750 of file expr_value.h.
References CVC3::ExprValue::s_charHash, and CVC3::Rational::toString().
virtual size_t CVC3::ExprRational::getMMIndex | ( | ) | const [inline, private, virtual] |
Get unique memory manager ID.
Reimplemented from CVC3::ExprValue.
Definition at line 755 of file expr_value.h.
References CVC3::EXPR_RATIONAL.
virtual size_t CVC3::ExprRational::computeHash | ( | ) | const [inline, protected, virtual] |
Non-caching hash function which actually computes the hash.
This is the method that all subclasses should implement
Reimplemented from CVC3::ExprValue.
Definition at line 759 of file expr_value.h.
References d_r, and CVC3::ExprValue::hash().
bool CVC3::ExprRational::operator== | ( | const ExprValue & | ev2 | ) | const [protected, virtual] |
Equality between any two ExprValue objects (including subclasses)
Reimplemented from CVC3::ExprValue.
Definition at line 174 of file expr_value.cpp.
References CVC3::ExprValue::getMMIndex(), and CVC3::ExprValue::getRational().
ExprValue * CVC3::ExprRational::copy | ( | ExprManager * | em, |
ExprIndex | idx = 0 |
||
) | const [protected, virtual] |
Make a clean copy of itself using the given memory manager.
Reimplemented from CVC3::ExprValue.
Definition at line 181 of file expr_value.cpp.
References CVC3::ExprManager::getMM().
virtual bool CVC3::ExprRational::isRational | ( | ) | const [inline, protected, virtual] |
Rational number expression tester.
Reimplemented from CVC3::ExprValue.
Definition at line 763 of file expr_value.h.
void* CVC3::ExprRational::operator new | ( | size_t | size, |
MemoryManager * | mm | ||
) | [inline] |
Overload operator new.
Reimplemented from CVC3::ExprValue.
Definition at line 772 of file expr_value.h.
References CVC3::MemoryManager::newData().
void CVC3::ExprRational::operator delete | ( | void * | pMem, |
MemoryManager * | mm | ||
) | [inline] |
Reimplemented from CVC3::ExprValue.
Definition at line 775 of file expr_value.h.
References CVC3::MemoryManager::deleteData().
void CVC3::ExprRational::operator delete | ( | void * | ) | [inline] |
Overload operator delete.
Reimplemented from CVC3::ExprValue.
Definition at line 778 of file expr_value.h.
friend class Expr [friend] |
Reimplemented from CVC3::ExprValue.
Definition at line 742 of file expr_value.h.
friend class ExprManager [friend] |
Reimplemented from CVC3::ExprValue.
Definition at line 743 of file expr_value.h.
Rational CVC3::ExprRational::d_r [private] |
Definition at line 745 of file expr_value.h.
Referenced by computeHash(), and getRational().