casa
$Rev:20696$
|
String addition in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodePlusString (const TableExprNodeRep &) | |
~TableExprNodePlusString () | |
String | getString (const TableExprId &id) |
String addition in table select expression tree.
Internal
This class represents an addition in a table select expression tree. Strings can also be added (ie. concatenated). Numeric data types will be promoted if possible, so for instance an addition of Int and Complex is possible.
Definition at line 194 of file ExprMathNode.h.
String casa::TableExprNodePlusString::getString | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.