Logical not in table select expression tree. More...
#include <ExprLogicNode.h>
Public Member Functions | |
TableExprNodeNOT (const TableExprNodeRep &) | |
~TableExprNodeNOT () | |
Bool | getBool (const TableExprId &id) |
Get a scalar value for this node in the given row. |
Logical not in table select expression tree.
Internal
This class represents a logical not in a table select expression tree. This is defined for Bool only.
Definition at line 1012 of file ExprLogicNode.h.
casacore::TableExprNodeNOT::TableExprNodeNOT | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeNOT::~TableExprNodeNOT | ( | ) |
Bool casacore::TableExprNodeNOT::getBool | ( | const TableExprId & | id | ) | [virtual] |
Get a scalar value for this node in the given row.
The appropriate functions are implemented in the derived classes and will usually invoke the get in their children and apply the operator on the resulting values.
Reimplemented from casacore::TableExprNodeRep.