Envelope class for a node containing a list of nodes. More...
#include <TaQLNode.h>
Public Member Functions | |
TaQLMultiNode () | |
TaQLMultiNode (Bool isSetOrArray) | |
TaQLMultiNode (TaQLMultiNodeRep *rep) | |
void | add (const TaQLNode &node) |
void | add (TaQLNodeRep *noderep) |
void | setIsSetOrArray () |
void | setPPFix (const String &prefix, const String &postfix) |
void | setSeparator (const String &sep) |
void | setSeparator (uInt incr, const String &sep) |
const TaQLMultiNodeRep * | getMultiRep () const |
Private Attributes | |
TaQLMultiNodeRep * | itsNRep |
Envelope class for a node containing a list of nodes.
Internal
This is a specialization of the envelope class TaQLNode for a node containing a list of nodes.
Definition at line 223 of file TaQLNode.h.
casacore::TaQLMultiNode::TaQLMultiNode | ( | ) |
casacore::TaQLMultiNode::TaQLMultiNode | ( | Bool | isSetOrArray | ) | [explicit] |
casacore::TaQLMultiNode::TaQLMultiNode | ( | TaQLMultiNodeRep * | rep | ) |
void casacore::TaQLMultiNode::add | ( | TaQLNodeRep * | noderep | ) |
void casacore::TaQLMultiNode::add | ( | const TaQLNode & | node | ) |
const TaQLMultiNodeRep* casacore::TaQLMultiNode::getMultiRep | ( | ) | const [inline] |
Definition at line 235 of file TaQLNode.h.
References itsNRep.
void casacore::TaQLMultiNode::setIsSetOrArray | ( | ) |
void casacore::TaQLMultiNode::setSeparator | ( | const String & | sep | ) |
TaQLMultiNodeRep* casacore::TaQLMultiNode::itsNRep [private] |
Definition at line 238 of file TaQLNode.h.
Referenced by getMultiRep().