casa
$Rev:20696$
|
Envelope class for a node containing a select command. 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) |
const TaQLMultiNodeRep * | getMultiRep () const |
Private Attributes | |
TaQLMultiNodeRep * | itsNRep |
Envelope class for a node containing a select command.
Internal
This is a specialization of the envelope class TaQLNode for a node containing a list of nodes.
Definition at line 222 of file TaQLNode.h.
casa::TaQLMultiNode::TaQLMultiNode | ( | Bool | isSetOrArray | ) | [explicit] |
void casa::TaQLMultiNode::add | ( | const TaQLNode & | node | ) |
void casa::TaQLMultiNode::add | ( | TaQLNodeRep * | noderep | ) |
const TaQLMultiNodeRep* casa::TaQLMultiNode::getMultiRep | ( | ) | const [inline] |
Definition at line 232 of file TaQLNode.h.
References itsNRep.
void casa::TaQLMultiNode::setIsSetOrArray | ( | ) |
void casa::TaQLMultiNode::setPPFix | ( | const String & | prefix, |
const String & | postfix | ||
) |
TaQLMultiNodeRep* casa::TaQLMultiNode::itsNRep [private] |
Definition at line 235 of file TaQLNode.h.
Referenced by getMultiRep().