casa
$Rev:20696$
|
Envelope class for a node containing a constant value. More...
#include <TaQLNode.h>
Public Member Functions | |
TaQLConstNode (TaQLConstNodeRep *rep) | |
void | setIsTableName () |
const String & | getString () const |
Private Attributes | |
TaQLConstNodeRep * | itsNRep |
Envelope class for a node containing a constant value.
Internal
This is a specialization of the envelope class TaQLNode for a node containing a constant value.
Definition at line 177 of file TaQLNode.h.
casa::TaQLConstNode::TaQLConstNode | ( | TaQLConstNodeRep * | rep | ) | [explicit] |
const String& casa::TaQLConstNode::getString | ( | ) | const |
void casa::TaQLConstNode::setIsTableName | ( | ) |
TaQLConstNodeRep* casa::TaQLConstNode::itsNRep [private] |
Definition at line 184 of file TaQLNode.h.