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