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 178 of file TaQLNode.h.
casacore::TaQLConstNode::TaQLConstNode | ( | TaQLConstNodeRep * | rep | ) | [explicit] |
const String& casacore::TaQLConstNode::getString | ( | ) | const |
void casacore::TaQLConstNode::setIsTableName | ( | ) |
TaQLConstNodeRep* casacore::TaQLConstNode::itsNRep [private] |
Definition at line 185 of file TaQLNode.h.