casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::TableExprNodeMinusDate Class Reference

Date subtraction in table select expression tree. More...

#include <ExprMathNode.h>

Inheritance diagram for casa::TableExprNodeMinusDate:
casa::TableExprNodeMinus casa::TableExprNodeBinary casa::TableExprNodeRep

List of all members.

Public Member Functions

 TableExprNodeMinusDate (const TableExprNodeRep &)
 ~TableExprNodeMinusDate ()
virtual void handleUnits ()
 Handle the units of the children and possibly set the parent's unit.
MVTime getDate (const TableExprId &id)
Double getDouble (const TableExprId &id)

Detailed Description

Date subtraction in table select expression tree.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Prerequisite

Synopsis

This class represents a subtraction in a table select expression tree. Numeric data types will be promoted if possible, so for instance a subtraction of Int and Complex is possible.

Definition at line 380 of file ExprMathNode.h.


Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from casa::TableExprNodeRep.

Reimplemented from casa::TableExprNodeRep.

virtual void casa::TableExprNodeMinusDate::handleUnits ( ) [virtual]

Handle the units of the children and possibly set the parent's unit.

The default implementation make the units of the children equal and set the parent unit to that unit if the parent is not a Bool value.

Reimplemented from casa::TableExprNodeBinary.


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