| 
    casacore
    
   | 
 
Raw TaQL parse tree node defining a list of nodes. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLMultiNodeRep (Bool isSetOrArray=False) | |
| TaQLMultiNodeRep (const String &prefix, const String &postfix, Bool isSetOrArray=False) | |
| void | setIsSetOrArray () | 
| void | setPPFix (const String &prefix, const String &postfix) | 
| void | setSeparator (const String &sep) | 
| void | setSeparator (uInt incr, const String &sep) | 
| void | add (const TaQLNode &node) | 
| const std::vector< TaQLNode > & | getNodes () const | 
| virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const override | 
| Visit a node for tree traversal.   | |
| virtual void | show (std::ostream &os) const override | 
| Print the object in an ostream.   | |
| virtual void | save (AipsIO &aio) const override | 
| Save the object.   | |
  Public Member Functions inherited from casacore::TaQLNodeRep | |
| TaQLNodeRep (int nodeType) | |
| Constructor for derived classes specifying the type.   | |
| virtual | ~TaQLNodeRep () | 
| TaQLNodeRep (const TaQLNodeRep &)=delete | |
| Letter objects cannot be copied.   | |
| TaQLNodeRep & | operator= (const TaQLNodeRep &)=delete | 
| char | nodeType () const | 
| Get the node type of the derived class.   | |
| const TaQLStyle & | style () const | 
| Get the TaQL style.   | |
| String | addEscape (const String &str) const | 
| Add escape characters to a table name where needed.   | |
Static Public Member Functions | |
| static TaQLMultiNode | restore (AipsIO &aio) | 
  Static Public Member Functions inherited from casacore::TaQLNodeRep | |
| static String | checkDataType (const String &) | 
| Check the data type string and return its standard form.   | |
Public Attributes | |
| std::vector< TaQLNode > | itsNodes | 
| Bool | itsIsSetOrArray | 
| String | itsPrefix | 
| String | itsPostfix | 
| String | itsSep | 
| String | itsSep2 | 
| uInt | itsIncr | 
Raw TaQL parse tree node defining a list of nodes.
Internal
This class is a TaQLNodeRep holding a list of heterogeneous nodes.
Definition at line 245 of file TaQLNodeDer.h.
| casacore::TaQLMultiNodeRep::TaQLMultiNodeRep | ( | const String & | prefix, | 
| const String & | postfix, | ||
| Bool | isSetOrArray = False  | 
        ||
| ) | 
      
  | 
  inline | 
Definition at line 259 of file TaQLNodeDer.h.
References itsNodes.
      
  | 
  inline | 
Definition at line 261 of file TaQLNodeDer.h.
References itsNodes.
      
  | 
  static | 
      
  | 
  overridevirtual | 
Save the object.
Implements casacore::TaQLNodeRep.
      
  | 
  inline | 
Definition at line 251 of file TaQLNodeDer.h.
References itsIsSetOrArray, and casacore::True.
Definition at line 253 of file TaQLNodeDer.h.
References itsPostfix, and itsPrefix.
      
  | 
  inline | 
Definition at line 255 of file TaQLNodeDer.h.
References itsSep.
Definition at line 257 of file TaQLNodeDer.h.
      
  | 
  overridevirtual | 
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
      
  | 
  overridevirtual | 
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
| uInt casacore::TaQLMultiNodeRep::itsIncr | 
Definition at line 274 of file TaQLNodeDer.h.
Referenced by setSeparator().
| Bool casacore::TaQLMultiNodeRep::itsIsSetOrArray | 
Definition at line 269 of file TaQLNodeDer.h.
Referenced by setIsSetOrArray().
| std::vector<TaQLNode> casacore::TaQLMultiNodeRep::itsNodes | 
Definition at line 268 of file TaQLNodeDer.h.
Referenced by add(), and getNodes().
| String casacore::TaQLMultiNodeRep::itsPostfix | 
Definition at line 271 of file TaQLNodeDer.h.
Referenced by setPPFix().
| String casacore::TaQLMultiNodeRep::itsPrefix | 
Definition at line 270 of file TaQLNodeDer.h.
Referenced by setPPFix().
| String casacore::TaQLMultiNodeRep::itsSep | 
Definition at line 272 of file TaQLNodeDer.h.
Referenced by setSeparator().
| String casacore::TaQLMultiNodeRep::itsSep2 | 
Definition at line 273 of file TaQLNodeDer.h.
Referenced by setSeparator().