casa
$Rev:20696$
|
String Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Public Member Functions | |
TableExprNodeArrayConstString (const Array< String > &value) | |
~TableExprNodeArrayConstString () | |
Array< String > | getArrayString (const TableExprId &id) |
Private Attributes | |
Array< 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 198 of file ExprDerNodeArray.h.
casa::TableExprNodeArrayConstString::TableExprNodeArrayConstString | ( | const Array< String > & | value | ) |
Array<String> casa::TableExprNodeArrayConstString::getArrayString | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Definition at line 205 of file ExprDerNodeArray.h.