casacore
|
#include <TaQLNodeResult.h>
Public Member Functions | |
TaQLNodeResultRep () | |
Default constructor. | |
virtual | ~TaQLNodeResultRep ()=default |
Destructor. | |
TaQLNodeResultRep (const TaQLNodeResultRep &)=delete | |
Letter objects cannot be copied. | |
TaQLNodeResultRep & | operator= (const TaQLNodeResultRep &)=delete |
Abstract base class to hold the result of a visit to the node tree.
Internal
TaQLNodeResultRep is the abstract base class for classes holding values filled by visitors to the raw TaQL parse tree. Visitors are classes derived from TaQLNodeVisitor which traverse the parse tree. TaQLNodeResultRep is the counted referenced letter class in the envelope class TaQLNodeResult.
Definition at line 61 of file TaQLNodeResult.h.
|
inline |
Default constructor.
Definition at line 65 of file TaQLNodeResult.h.
|
virtualdefault |
Destructor.
|
delete |
Letter objects cannot be copied.
|
delete |