casa
$Rev:20696$
|
Bitwise negate in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodeBitNegate (const TableExprNodeRep &) | |
~TableExprNodeBitNegate () | |
Int64 | getInt (const TableExprId &id) |
Double | getDouble (const TableExprId &id) |
DComplex | getDComplex (const TableExprId &id) |
Bitwise negate in table select expression tree.
Internal
This class represents a bitwise negate in a table select expression tree. This is defined for integer data types only.
Definition at line 835 of file ExprMathNode.h.
DComplex casa::TableExprNodeBitNegate::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Double casa::TableExprNodeBitNegate::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Int64 casa::TableExprNodeBitNegate::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.