CVC3::ExprVar Class Reference

#include <expr_value.h>

Inheritance diagram for CVC3::ExprVar:

Inheritance graph
[legend]
Collaboration diagram for CVC3::ExprVar:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Protected Member Functions

Private Member Functions

Private Attributes

Friends


Detailed Description

Definition at line 745 of file expr_value.h.


Constructor & Destructor Documentation

CVC3::ExprVar::ExprVar ( ExprManager em,
const std::string &  name,
ExprIndex  idx = 0 
) [inline]

Definition at line 767 of file expr_value.h.

Referenced by copy().

virtual CVC3::ExprVar::~ExprVar (  )  [inline, virtual]

Definition at line 770 of file expr_value.h.


Member Function Documentation

virtual const std::string& CVC3::ExprVar::getName (  )  const [inline, private, virtual]

Returns the string name of UCONST and BOUND_VAR expr's.

Reimplemented from CVC3::ExprValue.

Definition at line 751 of file expr_value.h.

References d_name.

Referenced by operator==().

virtual size_t CVC3::ExprVar::getMMIndex (  )  const [inline, private, virtual]

Get unique memory manager ID.

Reimplemented from CVC3::ExprValue.

Definition at line 754 of file expr_value.h.

References CVC3::EXPR_UCONST.

Referenced by copy(), and operator==().

virtual size_t CVC3::ExprVar::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 757 of file expr_value.h.

References d_name, and CVC3::ExprValue::s_charHash.

virtual bool CVC3::ExprVar::isVar (  )  const [inline, protected, virtual]

Uninterpreted constants.

Reimplemented from CVC3::ExprValue.

Definition at line 760 of file expr_value.h.

ExprValue * CVC3::ExprVar::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 187 of file expr_value.cpp.

References d_name, ExprVar(), CVC3::ExprManager::getMM(), and getMMIndex().

bool CVC3::ExprVar::operator== ( const ExprValue ev2  )  const [virtual]

Equality between any two ExprValue objects (including subclasses).

Reimplemented from CVC3::ExprValue.

Definition at line 180 of file expr_value.cpp.

References CVC3::ExprValue::getKind(), CVC3::ExprValue::getMMIndex(), getMMIndex(), CVC3::ExprValue::getName(), and getName().

void* CVC3::ExprVar::operator new ( size_t  size,
MemoryManager mm 
) [inline]

Overload operator new.

Reimplemented from CVC3::ExprValue.

Definition at line 774 of file expr_value.h.

References CVC3::MemoryManager::newData().

void CVC3::ExprVar::operator delete ( void *  pMem,
MemoryManager mm 
) [inline]

Reimplemented from CVC3::ExprValue.

Definition at line 777 of file expr_value.h.

References CVC3::MemoryManager::deleteData().

void CVC3::ExprVar::operator delete ( void *   )  [inline]

Overload operator delete.

Reimplemented from CVC3::ExprValue.

Definition at line 780 of file expr_value.h.


Friends And Related Function Documentation

friend class Expr [friend]

Reimplemented from CVC3::ExprValue.

Definition at line 746 of file expr_value.h.

friend class ExprManager [friend]

Reimplemented from CVC3::ExprValue.

Definition at line 747 of file expr_value.h.


Member Data Documentation

std::string CVC3::ExprVar::d_name [private]

Definition at line 749 of file expr_value.h.

Referenced by computeHash(), copy(), and getName().


The documentation for this class was generated from the following files:
Generated on Tue Jul 3 14:36:48 2007 for CVC3 by  doxygen 1.5.1