casacore::TaQLRangeNodeRep Class Reference

Raw TaQL parse tree node defining a range. More...

#include <TaQLNodeDer.h>

Inheritance diagram for casacore::TaQLRangeNodeRep:
casacore::TaQLNodeRep

List of all members.

Public Member Functions

 TaQLRangeNodeRep (Bool leftClosed, TaQLNode start, const TaQLNode &end, Bool rightClosed)
 TaQLRangeNodeRep (Bool leftClosed, const TaQLNode &start)
 TaQLRangeNodeRep (const TaQLNode &end, Bool rightClosed)
virtual ~TaQLRangeNodeRep ()
virtual TaQLNodeResult visit (TaQLNodeVisitor &) const
 Visit a node for tree traversal.
virtual void show (std::ostream &os) const
 Print the object in an ostream.
virtual void save (AipsIO &aio) const
 Save the object.

Static Public Member Functions

static TaQLRangeNodeReprestore (AipsIO &aio)

Public Attributes

Bool itsLeftClosed
TaQLNode itsStart
TaQLNode itsEnd
Bool itsRightClosed

Detailed Description

Raw TaQL parse tree node defining a range.

Intended use:

Internal

Review Status

Test programs:
tTaQLNode

Prerequisite

Synopsis

This class is a TaQLNodeRep holding the optional start and end values of a range (i.e. an interval) and flags if the range is open or closed.

Definition at line 329 of file TaQLNodeDer.h.


Constructor & Destructor Documentation

casacore::TaQLRangeNodeRep::TaQLRangeNodeRep ( Bool  leftClosed,
TaQLNode  start,
const TaQLNode end,
Bool  rightClosed 
)
casacore::TaQLRangeNodeRep::TaQLRangeNodeRep ( Bool  leftClosed,
const TaQLNode start 
)
casacore::TaQLRangeNodeRep::TaQLRangeNodeRep ( const TaQLNode end,
Bool  rightClosed 
)
virtual casacore::TaQLRangeNodeRep::~TaQLRangeNodeRep (  )  [virtual]

Member Function Documentation

static TaQLRangeNodeRep* casacore::TaQLRangeNodeRep::restore ( AipsIO aio  )  [static]
virtual void casacore::TaQLRangeNodeRep::save ( AipsIO aio  )  const [virtual]

Save the object.

Implements casacore::TaQLNodeRep.

virtual void casacore::TaQLRangeNodeRep::show ( std::ostream &  os  )  const [virtual]

Print the object in an ostream.

Implements casacore::TaQLNodeRep.

virtual TaQLNodeResult casacore::TaQLRangeNodeRep::visit ( TaQLNodeVisitor  )  const [virtual]

Visit a node for tree traversal.

Implements casacore::TaQLNodeRep.


Member Data Documentation

Definition at line 344 of file TaQLNodeDer.h.

Definition at line 342 of file TaQLNodeDer.h.

Definition at line 345 of file TaQLNodeDer.h.

Definition at line 343 of file TaQLNodeDer.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1