#include <ExprDerNode.h>
Inheritance diagram for casa::TableExprNodeConstString:


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 169 of file ExprDerNode.h.
Public Member Functions | |
| TableExprNodeConstString (const String &value) | |
| ~TableExprNodeConstString () | |
| String | getString (const TableExprId &id) |
Private Attributes | |
| String | value_p |
| casa::TableExprNodeConstString::TableExprNodeConstString | ( | const String & | value | ) |
| casa::TableExprNodeConstString::~TableExprNodeConstString | ( | ) |
| String casa::TableExprNodeConstString::getString | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Definition at line 176 of file ExprDerNode.h.
1.5.1