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.
casacore::TableExprNodeBitNegate::TableExprNodeBitNegate | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeBitNegate::~TableExprNodeBitNegate | ( | ) |
DComplex casacore::TableExprNodeBitNegate::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
Double casacore::TableExprNodeBitNegate::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
Int64 casacore::TableExprNodeBitNegate::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.