#include <ExprDerNodeArray.h>
Inheritance diagram for casa::TableExprNodeArrayConstString:


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 163 of file ExprDerNodeArray.h.
Public Member Functions | |
| TableExprNodeArrayConstString (const Array< String > &value) | |
| ~TableExprNodeArrayConstString () | |
| Array< String > | getArrayString (const TableExprId &id) |
Private Attributes | |
| Array< String > | value_p |
| casa::TableExprNodeArrayConstString::TableExprNodeArrayConstString | ( | const Array< String > & | value | ) |
| casa::TableExprNodeArrayConstString::~TableExprNodeArrayConstString | ( | ) |
| Array<String> casa::TableExprNodeArrayConstString::getArrayString | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Definition at line 170 of file ExprDerNodeArray.h.
1.5.1