CVC3
Public Member Functions | Protected Member Functions | Private Attributes | Friends

CVC3::ExprApplyTmp Class Reference

#include <expr_value.h>

Inherits CVC3::ExprNodeTmp.

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

List of all members.

Public Member Functions

Protected Member Functions

Private Attributes

Friends


Detailed Description

Definition at line 534 of file expr_value.h.


Constructor & Destructor Documentation

CVC3::ExprApplyTmp::ExprApplyTmp ( ExprManager em,
const Op op,
const std::vector< Expr > &  kids 
) [inline]
virtual CVC3::ExprApplyTmp::~ExprApplyTmp ( ) [inline, virtual]

Definition at line 555 of file expr_value.h.


Member Function Documentation

size_t CVC3::ExprApplyTmp::getMMIndex ( ) const [inline, protected, virtual]

Tell ExprManager who we are.

Reimplemented from CVC3::ExprNodeTmp.

Definition at line 540 of file expr_value.h.

References CVC3::EXPR_APPLY.

size_t CVC3::ExprApplyTmp::computeHash ( ) const [inline, protected, virtual]

Use our static hash() for the member method.

Reimplemented from CVC3::ExprNodeTmp.

Definition at line 541 of file expr_value.h.

References d_opExpr, CVC3::Expr::hash(), and PRIME.

Op CVC3::ExprApplyTmp::getOp ( ) const [inline, protected, virtual]

Get the Op from an Apply Expr.

Reimplemented from CVC3::ExprValue.

Definition at line 544 of file expr_value.h.

References d_opExpr.

bool CVC3::ExprApplyTmp::isApply ( ) const [inline, protected, virtual]

Application of another expression.

Reimplemented from CVC3::ExprValue.

Definition at line 545 of file expr_value.h.

ExprValue * CVC3::ExprApplyTmp::copy ( ExprManager em,
ExprIndex  idx = 0 
) const [protected, virtual]

Make a clean copy of itself using the given memory manager.

Reimplemented from CVC3::ExprNodeTmp.

Definition at line 254 of file expr_value.cpp.

References CVC3::ExprManager::getMM().

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

Compare with another ExprValue.

Reimplemented from CVC3::ExprNodeTmp.

Definition at line 246 of file expr_value.cpp.

References CVC3::ExprValue::getKids(), CVC3::ExprValue::getMMIndex(), and CVC3::ExprValue::getOp().


Friends And Related Function Documentation

friend class Expr [friend]

Reimplemented from CVC3::ExprNodeTmp.

Definition at line 535 of file expr_value.h.

friend class ExprManager [friend]

Reimplemented from CVC3::ExprNodeTmp.

Definition at line 536 of file expr_value.h.


Member Data Documentation

Definition at line 538 of file expr_value.h.

Referenced by computeHash(), and getOp().


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