String Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Public Member Functions | |
TableExprNodeArrayConstString (const Array< String > &value) | |
TableExprNodeArrayConstString (const MArray< String > &value) | |
~TableExprNodeArrayConstString () | |
MArray< String > | getArrayString (const TableExprId &id) |
Private Attributes | |
MArray< String > | value_p |
String Array constant in table select expression tree.
Internal
This class represents a constant in a table select expression tree. This is also used to hold the value of a table keyword, which is constant over the entire table.
Definition at line 212 of file ExprDerNodeArray.h.
casacore::TableExprNodeArrayConstString::TableExprNodeArrayConstString | ( | const Array< String > & | value | ) |
casacore::TableExprNodeArrayConstString::TableExprNodeArrayConstString | ( | const MArray< String > & | value | ) |
casacore::TableExprNodeArrayConstString::~TableExprNodeArrayConstString | ( | ) |
MArray<String> casacore::TableExprNodeArrayConstString::getArrayString | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
Definition at line 220 of file ExprDerNodeArray.h.