casa
$Rev:20696$
|
Bitwise xor in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodeBitXorInt (const TableExprNodeRep &) | |
~TableExprNodeBitXorInt () | |
Int64 | getInt (const TableExprId &id) |
Double | getDouble (const TableExprId &id) |
DComplex | getDComplex (const TableExprId &id) |
Bitwise xor in table select expression tree.
Internal
This class represents a bitwise xor operation in a table select expression tree. It is only possible for datatype Int.
Definition at line 774 of file ExprMathNode.h.
DComplex casa::TableExprNodeBitXorInt::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Double casa::TableExprNodeBitXorInt::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Int64 casa::TableExprNodeBitXorInt::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.